Secret Extension

Shhhh. Only dreams now.

Secret Extensionคืออะไร?

Secret Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy Groff และคุณลักษณะหลักของมันคือ "Shhhh. Only dreams now."

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

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

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

                        This extension is... well... coool                    

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

ชื่อ Secret Extension Secret Extension
ID hbkhcmcomahiakpeliildjelgpgjpjfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/secret-extension/hbkhcmcomahiakpeliildjelgpgjpjfl
คำอธิบาย Shhhh. Only dreams now.
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-12-03
วันที่เผยแพร่ 2015-12-03
ผู้พัฒนา Andy Groff
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secret Extension",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Shhhh. Only dreams now.",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}