1-Click URL Opener

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

Apa itu 1-Click URL Opener?

1-Click URL Opener adalah ekstensi Chrome yang dikembangkan oleh BitSec, dan fitur utamanya adalah "This extension allows you to open all the URLs that you want with the click of 1 button".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 1-Click URL Opener

Unduh file ekstensi 1-Click URL Opener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        *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!                    

Informasi Dasar Ekstensi

Nama 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
URL Resmi https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
Deskripsi This extension allows you to open all the URLs that you want with the click of 1 button
Ukuran File 12.05 KB
Jumlah Instalasi 181
Versi Saat Ini 1.4.3
Terakhir Diperbarui 2018-01-07
Tanggal Publikasi 2018-01-07
Penilaian 4.75/5 Total 4 Penilaian
Pengembang BitSec
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}