Awesome Options Button

Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.

Awesome Options Buttonคืออะไร?

Awesome Options Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upway2late.com และคุณลักษณะหลักของมันคือ "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected."

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

screenshot
screenshot
screenshot

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

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

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

                        It is a shortcut button to open the Chrome options page.                    

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

ชื่อ Awesome Options Button Awesome Options Button
ID plbcofniomdgojippejpigepjbclnadg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg
คำอธิบาย Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
ขนาดไฟล์ 33.66 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.2.0.0
อัปเดตครั้งล่าสุด 2020-12-08
วันที่เผยแพร่ 2016-09-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://upway2late.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.upway2late.com/projects/buttons-project
URL หน้าช่วยเหลือ http://www.upway2late.com/projects/buttons-project
URL หน้านโยบายความเป็นส่วนตัว http://www.upway2late.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Options Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.",
    "icons": {
        "16": "options_16.png",
        "48": "options_48.png",
        "128": "options_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "options_19.png",
        "default_title": "Awesome Options Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}