Go Back   Google Chrome Forums > Google Chrome > Chrome Tools


http://chromeplugins.org/frwrdicon.jpg
Top Tip : Click here to Boost Your PC & Chrome Browsing Speed
Closed Thread
 
Thread Tools Display Modes
  #21  
Old 06-21-2009, 11:05 PM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 594
Default

Updated the Disable and Uninstall features to make Chrome stop complaining about a missing manifest, also added themes support to the manifest editor.
Just remember, once you go "theme" you can never go back! (Okay maybe if you reload it ^^; )
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #22  
Old 06-27-2009, 12:51 AM
mg2's Avatar
mg2 mg2 is offline
Senior Member
 
Join Date: Jun 2009
Location: Karlsruhe, Germany, Europe
Posts: 328
Default

for some reason --enable-user-scripts in option 8 doesn't work.
i also changed the bat file only to use --enable-user-scripts by default but it also didn't work ;/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #23  
Old 06-27-2009, 01:24 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 594
Default

Quote:
Originally Posted by mg2 View Post
for some reason --enable-user-scripts in option 8 doesn't work.
i also changed the bat file only to use --enable-user-scripts by default but it also didn't work ;/
Is it erroring or do you just mean that Chrome isn't loading your User Scripts?
Mine are working fine, are you sure your User Scripts work in Chrome? A lot of them don't seem to because they require GM_* commands and such.
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #24  
Old 06-27-2009, 03:12 AM
mg2's Avatar
mg2 mg2 is offline
Senior Member
 
Join Date: Jun 2009
Location: Karlsruhe, Germany, Europe
Posts: 328
Default

@Waha
When I use the shortcut with the --enable-user-scripts in its properties all my user scripts work perfectly, but when i open a link from for example Skype it opens chrome without user scripts even though I've used your tool.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #25  
Old 06-27-2009, 03:28 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 594
Default

Quote:
Originally Posted by mg2 View Post
@Waha
When I use the shortcut with the --enable-user-scripts in its properties all my user scripts work perfectly, but when i open a link from for example Skype it opens chrome without user scripts even though I've used your tool.
That's really odd, it changes the protocol handler to do the enabling, so any program that actually checks what it should be opening http:// and such with will open the links correctly.
It might just be that Skype doesn't, I'm not sure.
It works correctly for me from Digsby and XChat.
Is it just Skype it's not working with, or other things as well?
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #26  
Old 06-27-2009, 01:24 PM
mg2's Avatar
mg2 mg2 is offline
Senior Member
 
Join Date: Jun 2009
Location: Karlsruhe, Germany, Europe
Posts: 328
Default

Nope.
It's not only Skype, I tried opening a html file and the outcome is the same
Any suggestions what i can check/change manually?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #27  
Old 06-27-2009, 01:44 PM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 594
Default

Quote:
Originally Posted by mg2 View Post
Nope.
It's not only Skype, I tried opening a html file and the outcome is the same
Any suggestions what i can check/change manually?
Well these are all the registry keys:
Code:
REG ADD HKCR\ChromeHTML\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts -- \"%%1\"" /f
REG ADD HKCR\http\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts -- \"%%1\"" /f
REG ADD HKCR\https\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts -- \"%%1\"" /f
REG ADD HKCR\ftp\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts -- \"%%1\"" /f
REG ADD HKCU\Software\Clients\StartMenuInternet /ve /t REG_SZ /d "Google Chrome" /f
REG ADD HKLM\Software\Clients\StartMenuInternet /ve /t REG_SZ /d "Google Chrome" /f
REG ADD "HKLM\Software\Clients\StartMenuInternet\Google Chrome\shell\open\command" /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --enable-extensions --enable-user-scripts" /f
REG ADD HKCR\ChromeExt\shell\open\command /ve /t REG_SZ /d "\"%apploc%\chrome.exe\" --install-extension=\"%%1\" --enable-extensions --enable-user-scripts" /f
Note that HKCU is HKEY_CURRENT_USER, HKLM is HKEY_LOCAL_MACHINE, etc.
Also /ve means we're editing the value of the (default) key.

So with HTML files, it might not work unless you have had Chrome as your default browser before (and you haven't used anything to reset the association for HTML).

Also make sure to reuse the "Start with ... by default" command after Chrome updates, because Chrome will reset your default browser settings automatically (since it thinks it's still the default browser).
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #28  
Old 06-27-2009, 01:50 PM
StevePaul's Avatar
Senior Member
 
Join Date: Mar 2009
Location: Birmingham, England
Posts: 1,414
Send a message via MSN to StevePaul
Default

This might help ...

Enable Extensions - Start Menu and Hyperlinks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #29  
Old 06-28-2009, 03:23 PM
Moderator
 
Join Date: May 2009
Location: Orange County
Posts: 330
Default

If you are familiar with editing the registry, you might also check to see if you have permissions to change those keys as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #30  
Old 06-28-2009, 09:12 PM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 594
Default

Quote:
Originally Posted by devilslackey View Post
If you are familiar with editing the registry, you might also check to see if you have permissions to change those keys as well.
True, permissions may very well be a problem, but when you used the tool it should tell you something to that effect.
If it works correctly you should see eight "The operation completed successfully" on your screen before pressing enter again.
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Similar Threads
Thread Thread Starter Forum Replies Last Post
Plug-in /Adds on Management feature? chi Chrome Tools 3 06-29-2009 06:22 AM
Chrome Backup and Profile Management Tool Chrome Chrome Tools 11 02-20-2009 04:17 PM




Chrome Central - Chrome Talk - Chrome Tips and Tricks - Chrome Plugins - Chrome Themes - Chrome Tools - Bugs and Vulnerabilities - Chrome Tech - General Chat


All times are GMT. The time now is 08:56 PM.


Powered by vBulletin® Version 3.7.4 PL1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Google Chrome and Google™ is a Trademark of Google Inc
This site chromeplugins.org is not affiliated with or sponsored by Google Inc.
Thanks: Taree SEO Forum and John