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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gaskarov Bros Studio และคุณลักษณะหลักของมันคือ "Extension reports about new topics on productforums.google.com and provides context menu to report abuse."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Top Contributor Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |