Custom Shortcut Button

Allows you to set a custom shortcut button next to your address bar.

Custom Shortcut Buttonคืออะไร?

Custom Shortcut Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xylophono และคุณลักษณะหลักของมันคือ "Allows you to set a custom shortcut button next to your address bar."

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

screenshot
screenshot

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

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

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

                        Custom Shortcut Button puts a new button next to your address bar, which you can then use to easily and repeatedly open a custom URL in a new tab. To set the URL please right click on the icon and select "Options".

Changelog:

V1.0 - Jan 31st 2017
- Initial release.

For any issues please contact [email protected] :)                    

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

ชื่อ Custom Shortcut Button Custom Shortcut Button
ID kcmejemnmnheajipjgilcefofjchdafg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-shortcut-button/kcmejemnmnheajipjgilcefofjchdafg
คำอธิบาย Allows you to set a custom shortcut button next to your address bar.
ขนาดไฟล์ 48.96 KB
จำนวนการติดตั้ง 713
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-31
วันที่เผยแพร่ 2017-01-31
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา xylophono
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Shortcut Button",
    "short_name": "Custom Shortcut",
    "description": "Allows you to set a custom shortcut button next to your address bar.",
    "version": "1.0",
    "version_name": "1.0",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png",
        "512": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": ""
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "index.html"
    }
}