Top Contributor Tools
Extension reports about new topics on productforums.google.com and provides context menu to report abuse.
Was ist Top Contributor Tools?
Top Contributor Tools ist eine Chrome-Erweiterung, die von Gaskarov Bros Studio entwickelt wurde, und ihr Hauptmerkmal ist "Extension reports about new topics on productforums.google.com and provides context menu to report abuse.".
Erweiterungsscreenshots
Top Contributor Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Top Contributor Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | kfllhofgockdgdlnnaiheemakeolnddb |
Offizielle URL | https://chrome.google.com/webstore/detail/top-contributor-tools/kfllhofgockdgdlnnaiheemakeolnddb |
Beschreibung | Extension reports about new topics on productforums.google.com and provides context menu to report abuse. |
Dateigröße | 115 KB |
Installationsanzahl | 65 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2015-02-14 |
Veröffentlichungsdatum | 2015-02-14 |
Bewertung | 4.96/5 Insgesamt 24 Bewertungen |
Entwickler | Gaskarov Bros Studio |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |