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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension reports about new topics on productforums.google.com and provides context menu to report abuse."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Top Contributor Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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)                    

एक्सटेंशन की मूल जानकारी

नाम Top Contributor Tools Top Contributor Tools
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"
    ]
}