prakard.com button
Open your favourite webboard prakard.com in one click!
prakard.com buttonとは何ですか?
prakard.com buttonはPeter Andersonによって開発されたChromeの拡張機能で、その主な機能は「Open your favourite webboard prakard.com in one click!」です。
拡張機能のスクリーンショット
prakard.com button拡張機能のCRXファイルをダウンロード
prakard.com button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | fgelbeehfnbmfidfnekkaeeecabokbid |
公式URL | https://chrome.google.com/webstore/detail/prakardcom-button/fgelbeehfnbmfidfnekkaeeecabokbid |
説明 | Open your favourite webboard prakard.com in one click! |
ファイルサイズ | 27.09 KB |
インストール数 | 26 |
現在のバージョン | 2 |
最終更新日 | 2014-06-20 |
公開日 | 2014-06-20 |
評価 | 5.00/5 合計 313 レビュー |
開発者 | Peter Anderson |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "name": "prakard.com button", "description": "Open your favourite webboard prakard.com in one click!", "browser_action": { "default_title": "Open prakard.com in one click!", "default_icon": "img\/48.png" }, "homepage_url": "http:\/\/prakard.com", "short_name": "prakard.com", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "chrome\/config.js", "js\/app.js", "js\/background.js" ] }, "permissions": [ "clipboardWrite", "storage", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "js": [ "js\/document\/all.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "js\/document\/bitofcode.js" ], "matches": [ "*:\/\/*.bitofcode.net\/*" ] } ], "version": "2", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |