Quick URL Opener

To quick open standard url where one parameter is changed

Quick URL Openerคืออะไร?

Quick URL Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.qwertovsky.com และคุณลักษณะหลักของมันคือ "To quick open standard url where one parameter is changed"

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

screenshot
screenshot

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

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

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

                        It is used to quick open standard URL where one or more parameters are changed (Jira, other issue trackers, Youtube). For example, to quick open https://issues.apache.org/jira/browse/IO-279 it need enter only parameter 279.

You can add many different URLs.                    

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

ชื่อ Quick URL Opener Quick URL Opener
ID pldpcmoignebohaloohealchfgaahkhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-url-opener/pldpcmoignebohaloohealchfgaahkhd
คำอธิบาย To quick open standard url where one parameter is changed
ขนาดไฟล์ 22.94 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 0.12.0
อัปเดตครั้งล่าสุด 2020-12-17
วันที่เผยแพร่ 2017-11-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.qwertovsky.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Qwertovsky/quick_url_addon
URL หน้าช่วยเหลือ https://github.com/Qwertovsky/quick_url_addon
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick URL Opener",
    "version": "0.12.0",
    "description": "To quick open standard url where one parameter is changed",
    "homepage_url": "https:\/\/github.com\/Qwertovsky\/quick_url_addon",
    "icons": {
        "256": "icons\/icon.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Quick URL Opener",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}