URL opener

Open urls with 1 click

What is URL opener?

URL opener is a Chrome extension developed by https://1000ch.net, and its main feature is "Open urls with 1 click".

Extension Screenshots

screenshot

Download URL opener Extension CRX File

Download URL opener 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

                        Have you thought want to open some urls in pinned Tab?
URL opener may solve this problem.

1. First, add URLs you want to open quickly.
2. And configure that opening URL pinned or not.
3. Click the extension icon!

If you have already opened URL you added, pinned status will be updated.                    

Extension Basic Information

Name URL opener URL opener
ID dkkacgbkmcbnnadidhkmngpcoccibgpm
Official URL https://chromewebstore.google.com/detail/url-opener/dkkacgbkmcbnnadidhkmngpcoccibgpm
Description Open urls with 1 click
File Size 182 KB
Installation Count 575
Current Version 0.3.0
Last Updated 2016-01-13
Publish Date 2016-01-12
Rating 5.00/5 Total 8 Ratings
Developer https://1000ch.net
Payment Type free
Extension Website http://github.com/1000ch/url-opener
Help Page URL http://github.com/1000ch/url-opener/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL opener",
    "short_name": "URL opener",
    "version": "0.3.0",
    "description": "Open urls with 1 click",
    "author": "1000ch",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon38.png"
    },
    "options_page": "html\/options.html"
}