| |||||||
| Top Tip : Click here to Boost Your PC & Chrome Browsing Speed |
![]() |
| | Thread Tools | Display Modes |
|
#11
| |||
| |||
| No problems StevePaul, that's what this forum is for. You are right though : What you need is --load-extension="SOME_PATH" When you browse to SOME_PATH, you should see in that folder the .JS and manifest.JSON files. However, i still haven't figured out ( and i made a thread about it.. nobody has a solution) how to install multiple NON-PACKAGED extensions. That is because they NEED a manifest.json EACH and.. well you can't have multiple files with the same name in a folder. You should have SOME_PATH\manifest.json and SOME_PATH\youtube.js on your hard drive. |
|
#12
| ||||
| ||||
| You pre-empted my next question ... So this isn't a proper extension in the true sense of the word ... So having separate folders for each of your applications wouldn't work then ... Again if I'm right don't proper extensions have a crx. extension to the file name ... Is there a problem having both types of extension together |
|
#13
| |||
| |||
| I'm thinking that to load multiple extensions, you'll need to reference them in your shortcut string: "C:\Documents and Settings\Francesco\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --enable-extensions --load-extension="C:\Chrome Extensions\YouTube" --load-extension="C:\Chrome Extensions\Another Extension" I haven't tried this yet, but it's my best guess. |
|
#14
| ||||
| ||||
| Can't believe that could be a viable answer ... Would defeat the whole principle of having an extensions file ... |
|
#15
| |||
| |||
| I tried this and it doesn't work. When your extension is not packaged, you use " --load-extension " when it is packaged, you use " --INSTALL-extension ".. I think that install extension is permanent. You could do multiple start-ups of chrome and install a different extension each time. I haven't tested this though. The only reason my previous extension (CustomNewTab) is not packaged is because you can't configure the javascript inside a packaged extension. I needed the user to be able to modify the javascript. However, i do not see why youtube download is not packaged. This can be easily done. But i'd also recommend making a userscript version. These can be easily loaded from a folder and you can have multiple userscripts at any given time. EDIT: As noted in the Chrome Extension - HOWTO, a new way to distribute / package / install packages is needed. However since this is only early development, the API is the priority right now. |
|
#16
| ||||
| ||||
| Think I'll wait for the User script version ... Don't know what I did wrong, but on loading Chrome all I got was a blank page ... Don't actually need a YouTube downloader as I don't normally download anything, was just testing it to see if it was better then the Bookmarklet I've got installed ... And then its was only to check it out for if the kids ever decide to move to Chrome ... |
|
#17
| |||
| |||
| Thanks for the feedback, I'll work on a User Script version next. |
|
#18
| ||||
| ||||
| Your a star :-) |
|
#19
| ||||
| ||||
| Thanks, I prefer the Userscript versions because it is only 1 file and you just put the .js files in a directory. Chrome can be running, this is not a problem at all. You must not even restart Chrome, just reload the page for the scripts to be active. To disable a script I just put them in another directory and reload the page again. Cool & simple, Luc VN Last edited by Luc VN; 04-24-2009 at 07:02 AM.. Reason: added text |
|
#20
| ||||
| ||||
| @Luc VN I'm in total agreement .... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Download YouTube Videos in Chrome | Chrome | Chrome Tips & Tricks | 34 | 10-27-2009 03:45 PM |
| AdSweep.crx extension for Chrome | calande | Chrome Plugins | 13 | 09-13-2009 03:27 AM |
| Chrome extension and ressource xml | Kyrax | Chrome Tech | 0 | 04-14-2009 03:26 PM |
| Download Manager in Chrome? | stimpe | Chrome Plugins | 8 | 03-18-2009 08:12 AM |
| Youtube video on MSN Messenger | superp | Chrome Tips & Tricks | 0 | 12-27-2008 07:19 PM |