Top Contributor Tools

Extension reports about new topics on productforums.google.com and provides context menu to report abuse.

Co to jest Top Contributor Tools?

Top Contributor Tools to rozszerzenie Chrome opracowane przez Gaskarov Bros Studio, a jego główną funkcją jest „Extension reports about new topics on productforums.google.com and provides context menu to report abuse.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Top Contributor Tools

Pobierz pliki rozszerzeń Top Contributor Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Top Contributor Tools Top Contributor Tools
ID kfllhofgockdgdlnnaiheemakeolnddb
Oficjalny URL https://chrome.google.com/webstore/detail/top-contributor-tools/kfllhofgockdgdlnnaiheemakeolnddb
Opis Extension reports about new topics on productforums.google.com and provides context menu to report abuse.
Rozmiar pliku 115 KB
Liczba instalacji 65
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2015-02-14
Data Publikacji 2015-02-14
Ocena 4.96/5 Łącznie 24 Oceny
Deweloper Gaskarov Bros Studio
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}