Top Contributor Tools
Extension reports about new topics on productforums.google.com and provides context menu to report abuse.
Apa itu Top Contributor Tools?
Top Contributor Tools adalah ekstensi Chrome yang dikembangkan oleh Gaskarov Bros Studio, dan fitur utamanya adalah "Extension reports about new topics on productforums.google.com and provides context menu to report abuse.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Top Contributor Tools
Unduh file ekstensi Top Contributor Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | kfllhofgockdgdlnnaiheemakeolnddb |
URL Resmi | https://chrome.google.com/webstore/detail/top-contributor-tools/kfllhofgockdgdlnnaiheemakeolnddb |
Deskripsi | Extension reports about new topics on productforums.google.com and provides context menu to report abuse. |
Ukuran File | 115 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.1.4 |
Terakhir Diperbarui | 2015-02-14 |
Tanggal Publikasi | 2015-02-14 |
Penilaian | 4.96/5 Total 24 Penilaian |
Pengembang | Gaskarov Bros Studio |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |