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" ] } |