Secret Extension
Shhhh. Only dreams now.
Secret Extensionとは何ですか?
Secret ExtensionはAndy Groffによって開発されたChromeの拡張機能で、その主な機能は「Shhhh. Only dreams now.」です。
Secret Extension拡張機能のCRXファイルをダウンロード
Secret Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension is... well... coool                     拡張機能の基本情報
| 名前 |   |  
| 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"
            ]
        }
    ]
}  |  |