1-Click URL Opener

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

1-Click URL Openerคืออะไร?

1-Click URL Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BitSec และคุณลักษณะหลักของมันคือ "This extension allows you to open all the URLs that you want with the click of 1 button"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 1-Click URL Opener

ดาวน์โหลดไฟล์ส่วนขยาย 1-Click URL Opener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 1-Click URL Opener 1-Click URL Opener
ID kkenoklmdaacpakcpblcpegmadkeejep
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep
คำอธิบาย This extension allows you to open all the URLs that you want with the click of 1 button
ขนาดไฟล์ 12.05 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 1.4.3
อัปเดตครั้งล่าสุด 2018-01-07
วันที่เผยแพร่ 2018-01-07
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา BitSec
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}