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 |
官方網址 | 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" ] } |