Best Apps Extension

Best Apps Extension

Co to jest Best Apps Extension?

Best Apps Extension to rozszerzenie Chrome opracowane przez https://www.chromeosapps.org, a jego główną funkcją jest „Best Apps Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Best Apps Extension

Pobierz pliki rozszerzeń Best Apps Extension 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

                        This extension complements the Best Apps Collection of Apps.

Automatically the icon changes to notify you when the Best Apps report is updated.

Thanks for your patronage.  Please comment or provide a favorable review if you find our work helpful.                    

Podstawowe informacje o rozszerzeniu

Nazwa Best Apps Extension Best Apps Extension
ID gellklljnmmkphmlmdljaoejofjkcjol
Oficjalny URL https://chromewebstore.google.com/detail/best-apps-extension/gellklljnmmkphmlmdljaoejofjkcjol
Opis Best Apps Extension
Rozmiar pliku 74.85 KB
Liczba instalacji 59
Aktualna Wersja 1.1.9
Ostatnia Aktualizacja 2013-06-19
Data Publikacji 2013-06-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.chromeosapps.org
Typ Płatności free
Strona Rozszerzenia http://www.chromeosapps.org
Adres URL Strony Pomocy http://www.chromeosapps.org
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Best Apps Extension",
    "version": "1.1.9",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon_128color.png"
    },
    "description": "Best Apps Extension",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_title": "Best Apps Extension",
        "default_icon": "img\/samlbw.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.chromeosapps.org\/*",
        "management"
    ]
}