Open Custom URL
Open custom URL or local file path in a popup or tab.
What is Open Custom URL?
Open Custom URL is a Chrome extension developed by publisher, and its main feature is "Open custom URL or local file path in a popup or tab.".
Extension Screenshots
Download Open Custom URL Extension CRX File
Download Open Custom URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Set any website URL and open it in a popup or tab with just one click!
Extension Basic Information
Name | Open Custom URL |
ID | ljhdepmipigadellfdggnlphmfebnnbp |
Official URL | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp |
Description | Open custom URL or local file path in a popup or tab. |
File Size | 32.18 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2017-05-10 |
Publish Date | 2017-05-09 |
Rating | 4.00/5 Total 1 Ratings |
Developer | publisher |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Custom URL", "description": "Open custom URL or local file path in a popup or tab.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.0", "options_page": "options.html", "browser_action": [], "background": { "scripts": [ "js\/popup.js" ] } } |