openURLs

Open selected URLs

openURLsคืออะไร?

openURLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dimaeromin97 และคุณลักษณะหลักของมันคือ "Open selected URLs"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย openURLs

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

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

                        Opens URLs from selected text

Fork me on GitHub: https://github.com/dimaeromin97/open-urls-crx

This extension requires the "Tabs" permission in order to open new tabs. The permission appears as "Access your browsing activity" because URLs of tabs are accessible, although this access is only used to set the URL of tabs opened by the extension.                    

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

ชื่อ openURLs openURLs
ID nbbldngkgchfmfdfgkniongenfdcogdh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/openurls/nbbldngkgchfmfdfgkniongenfdcogdh
คำอธิบาย Open selected URLs
ขนาดไฟล์ 31.85 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-01-23
วันที่เผยแพร่ 2019-01-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dimaeromin97
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "openURLs",
    "short_name": "openURLs",
    "description": "Open selected URLs",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "img\/512.png"
    },
    "icons": {
        "512": "img\/512.png",
        "128": "img\/128.png",
        "16": "img\/16.png",
        "19": "img\/19.png"
    },
    "background": {
        "scripts": [
            "dist\/bundle.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs"
    ]
}