1-Click URL Opener

This extension allows you to open all the URLs that you want with the click of 1 button

Vad är 1-Click URL Opener?

1-Click URL Opener är en Chrome-tillägg utvecklad av BitSec, och dess huvudfunktion är "This extension allows you to open all the URLs that you want with the click of 1 button".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner 1-Click URL Opener-förlängningens CRX-fil

Ladda ner 1-Click 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

                        *Open all the URLs you want with the click of 1 button!*

Do you have a lot of websites you want to visit everyday? You can now do that with the click of 1 button!

Why choose 1-Click URL Opener?
- It's easy! (ezpz)
- It's fast! (2fast4u)
- It's handy! (handy-dandy)

Download this extension today!                    

Grundläggande Information om Tillägg

Namn 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
Officiell webbadress https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
Beskrivning This extension allows you to open all the URLs that you want with the click of 1 button
Filstorlek 12.05 KB
Antal Installationer 181
Aktuell Version 1.4.3
Senast Uppdaterad 2018-01-07
Publiceringsdatum 2018-01-07
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare BitSec
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1-Click URL Opener",
    "description": "This extension allows you to open all the URLs that you want with the click of 1 button",
    "version": "1.4.3",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}