TagPro Toolkit
Adds useful features to the webgame TagPro.
TagPro Toolkitとは何ですか?
TagPro ToolkitはCommonSenseによって開発されたChromeの拡張機能で、その主な機能は「Adds useful features to the webgame TagPro.」です。
TagPro Toolkit拡張機能のCRXファイルをダウンロード
TagPro Toolkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Same as the one before...
拡張機能の基本情報
名前 | ![]() |
ID | oahblioddohomidpkjmhmffcgppadcha |
公式URL | https://chrome.google.com/webstore/detail/tagpro-toolkit/oahblioddohomidpkjmhmffcgppadcha |
説明 | Adds useful features to the webgame TagPro. |
ファイルサイズ | 37.67 KB |
インストール数 | 30 |
現在のバージョン | 0.3.1 |
最終更新日 | 2015-03-03 |
公開日 | 2015-03-01 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | CommonSense |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "toolbox.css" ], "js": [ "main.js" ], "matches": [ "http:\/\/*.koalabeast.com\/*", "http:\/\/tangent.jukejuice.com\/*", "http:\/\/maptest.newcompte.fr\/*" ], "run_at": "document_start" } ], "description": "Adds useful features to the webgame TagPro.", "icons": { "128": "img\/logo128.png", "16": "img\/logo16.png", "48": "img\/logo48.png" }, "manifest_version": 2, "name": "TagPro Toolkit", "permissions": [ "storage", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.1", "web_accessible_resources": [ "js\/profile.js", "js\/boards.js", "jquery.js", "options.html", "img\/logo32.png", "js\/profile-stats.js", "js\/user-tags.js", "js\/draw-tags.js", "js\/profile-tags.js", "img\/spin_outline.png", "js\/macros.js" ] } |