Top Contributor Tools
Extension reports about new topics on productforums.google.com and provides context menu to report abuse.
什么是Top Contributor Tools?
Top Contributor Tools是由Gaskarov Bros Studio开发的Chrome扩展程序,该扩展的主要功能是“Extension reports about new topics on productforums.google.com and provides context menu to report abuse.”。
扩展截图
下载Top Contributor Tools扩展crx文件
下载Top Contributor Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Whats new: 1.1.4 + Nexus, YouTube (fr) - Blogger, Drive, Earth (fr) 1.1.3: + Nexus, Orkut (en) - Places, Groups (fr) 1.1.2: + Google Wallet (en) + Google Toolbar (fr)
扩展基本信息
名称 | |
ID | kfllhofgockdgdlnnaiheemakeolnddb |
官方URL | https://chrome.google.com/webstore/detail/top-contributor-tools/kfllhofgockdgdlnnaiheemakeolnddb |
简介 | Extension reports about new topics on productforums.google.com and provides context menu to report abuse. |
文件大小 | 115 KB |
安装次数 | 65 |
当前版本 | 1.1.4 |
更新时间 | 2015-02-14 |
上架时间 | 2015-02-14 |
评分 | 4.96/5 共24次评分 |
开发者 | Gaskarov Bros Studio |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Top Contributor Tools", "description": "Extension reports about new topics on productforums.google.com and provides context menu to report abuse.", "version": "1.1.4", "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" } }, "background": { "scripts": [ "jquery.js", "date.js", "lib.js", "bg.js" ], "persistent": false }, "permissions": [ "*:\/\/productforums.google.com\/*", "alarms", "notifications", "contextMenus", "tabs" ], "web_accessible_resources": [ "128.png" ] } |