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 |
Eメール | [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" ] } |