Button: Apps

Open the Apps Page with just one click.

Button: Appsคืออะไร?

Button: Apps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browser-extensions.com และคุณลักษณะหลักของมันคือ "Open the Apps Page with just one click."

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

screenshot

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

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

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

                                            

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

ชื่อ Button: Apps Button: Apps
ID lnhjdlekcjjldjbhnnhdehceokficdmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/button-apps/lnhjdlekcjjldjbhnnhdehceokficdmo
คำอธิบาย Open the Apps Page with just one click.
ขนาดไฟล์ 68.21 KB
จำนวนการติดตั้ง 866
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2016-04-22
วันที่เผยแพร่ 2016-04-21
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://browser-extensions.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://browser-extensions.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openAppsPage__",
        "default_popup": "pages\/popup.html"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "management"
    ]
}