In the back good old days, we can install chrome extension offline by drag and drop the crx file into chrome://extensions panel, but that will fail with the latest chrome now, saying "this can only be added from the chrome web store", I'm running 30.0.1599.101, Windows-7 64-bit
Is there any alternative way to offline install chrome extension ?
Update: this is not duplicate question of Re-enabling extension installs
please notice the difference of address bar in below snaps
DnD is not working anyway. We can DnD the crx file into Chrome, and Chrome knows it is one extension.
--enable-easy-off-store-extension-install is not working either. I was asked to confirm install the extension, and I said Yes, please do it, but failed with the indicator progress bar disappears
If crx file install is not working, the alternate way is to unzip the crx file using an archive manager like 7-zip.
Then to install the extension :
Go to the Extensions page, chrome://settings/extension
Activate Developer mode
Select Load unpacked extension...
Select your unpacked extension folder.
Related
I have a Chrome extension used in corporate environment. It is installed automatically by our installer from Chrome extensions store. However the user have to enable it manually after installation, which is very annoying.
We have all extension sources, so we can modify it as required, sign, publish, etc.
Are there any way to enable Chrome extension automatically?
In a corporate environment, you can force any extension to be installed using ExtensionInstallForcelist policy setting.
Not only it will be automatically installed, it will also be impossible for the user to disable it.
I have msi which installs extension using windows registry as described here https://developer.chrome.com/apps/external_extensions#registry. It works fine as extension is hosted on CWS. After extension is installed, notification popup is shown to enable/remove extension.
I have created upgraded msi which contains updated nativeapp as well as new extension. When I run new msi old extension entry is removed from registry and new extension entry is added into the registry ( both extension have different ids ). At that time some times, Notification popup is not shown for newly added extension. New Extension is installed however, it is disabled and old extension is removed.
I event tried to restart chrome but extension notification popup is not displyed as it looks like newly added extension is blacklisted.
Is there any way so that user can be prompted with popup to enable/remove extension in this case?
I'm trying to install svnX 1.3.4dmg for iMac. It says “svnX” can’t be opened because it is from an unidentified developer. how can I do that. please help me with this.
These instructions are for OSX Yosemite, and may not apply to all versions of OSX. Let me know if you need directions for another version. Also, a warning to anyone attempting to do this with potentially unsafe software, please be sure the program you are installing is legitimate and safe prior to running the installer. See the article linked below for more information about this topic.
To override your security settings and open the app anyway:
1. In the Finder, locate the app you want to open.
2. Don’t use Launchpad to do this. Launchpad doesn’t allow you to access the shortcut menu.
3. Press the Control key, then click the app icon, then choose Open from the shortcut menu.
4. Click Open.
The app should then be saved as an exception to your security settings, and you can open it in the future by double-clicking it just as you can any registered app.
Here is the Apple Support article I took this information from: https://support.apple.com/kb/PH18657?locale=en_US
If anyone is curious, these are the keywords I used to search for solution (Google):
Mac OSX install program bypass unidentified publisher
I am testing a chrome extension in dev mode. Once I finish it, I packaged it and installed on my machine! It is working. But I am not sure whether the old localStorage was removed when I uninstalled the extension from browser(Dev mode).
Will the associated localStorage be removed when uninstalling an extension from dev mode and installing the same thing as a packaged extension?
All associated data with an extension is removed when the extension is uninstalled. You can verify this by visiting your Chrome profile directory, and descend in Local Storage. You'll see a SQLLite database (eg. chrome-extension_lndfmdleiloedhcbmjofibnflfbjhpha_0.localstorage).
After removing the extension, this database disappears.
Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain.
I want this to be able to comfortably read requirements from my code and at the same time code. This could be a question for superuser but it's Eclipse related so I guess I have better shot for an answer here.
Thanks in advance.
edit: I'm running gentoo linux and swt-3.7.1 with compiled in xulrunner support.
edit2: adding picture of gui menu in response to answer bellow.
Open Window / Customize Perspective... menu then on "Command Group Availability" tab find "Web Browser" entry and make sure it is checked. Then confirm that "Web Browser" is also checked on "Tool Bar Visibility" tab. Then you should see a web browser globe icon on toolbar that would open a web browser editor in the IDE.
Though you'll have to change settings on your picture to use "Internal Web Browser" then it will be opened as an Eclipse editor.
I know the question is old but I just had the same problem and was able to find the soloution.
The internal browser of SWT is using the webkitgtk browser engine. Because you're running gentoo I suppose you currently have net-libs/webkit-gtk:3 installed which is incompatible with SWT. But this is no problem because you can install the compatible net-libs/webkit-gtk:2 in a new slot.
Just install it like this:
emerge net-libs/webkit-gtk:2
After the package is installed the internal webbrowser is working again (for me)
Regards
Martin
On Ubuntu 13.04 using Eclipse it automagically worked, I was not sure which webkit I was missing, so I installed all that seemed relevant, if someone has pinpointed which it is, please comment,
Regards,
Gabriel Medina
aptitude install libqt4-webkit libqt5webkit5 libqtscript4-webkit libqtwebkit4 libswt-webkit-gtk-3-jni libwebkitgtk-1.0-0 libwebkitgtk-3.0-0