URL opener

Open urls with 1 click

Vad är URL opener?

URL opener är en Chrome-tillägg utvecklad av https://1000ch.net, och dess huvudfunktion är "Open urls with 1 click".

Tilläggsskärmbilder

screenshot

Ladda ner URL opener-förlängningens CRX-fil

Ladda ner URL opener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn URL opener URL opener
ID dkkacgbkmcbnnadidhkmngpcoccibgpm
Officiell webbadress https://chromewebstore.google.com/detail/url-opener/dkkacgbkmcbnnadidhkmngpcoccibgpm
Beskrivning Open urls with 1 click
Filstorlek 182 KB
Antal Installationer 575
Aktuell Version 0.3.0
Senast Uppdaterad 2016-01-13
Publiceringsdatum 2016-01-12
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare https://1000ch.net
Betalningssätt free
Tilläggswebbplats http://github.com/1000ch/url-opener
Hjälpsida URL http://github.com/1000ch/url-opener/issues
Stödda Språk 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"
}