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