Am I working on localhost?
Am I working on localhost?
Am I working on localhost?とは何ですか?
Am I working on localhost?はZokisによって開発されたChromeの拡張機能で、その主な機能は「Am I working on localhost?」です。
拡張機能のスクリーンショット
Am I working on localhost?拡張機能のCRXファイルをダウンロード
Am I working on localhost?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Am I working on localhost?
拡張機能の基本情報
名前 | Am I working on localhost? |
ID | hcodibddbhfaojganenggofiogdojbgc |
公式URL | https://chromewebstore.google.com/detail/am-i-working-on-localhost/hcodibddbhfaojganenggofiogdojbgc |
説明 | Am I working on localhost? |
ファイルサイズ | 38.95 KB |
インストール数 | 34 |
現在のバージョン | 0.7 |
最終更新日 | 2015-04-27 |
公開日 | 2015-04-27 |
開発者 | Zokis |
支払い方法 | free |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Am I working on localhost?", "short_name": "iwolh", "description": "Am I working on localhost?", "minimum_chrome_version": "38", "version": "0.7", "icons": { "128": "128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "local.js" ], "css": [ "local.css" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ] } |