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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |