Numbers

It will show you a fact about a random number.

Co to jest Numbers?

Numbers to rozszerzenie Chrome opracowane przez Sahithyan, a jego główną funkcją jest „It will show you a fact about a random number.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Numbers

Pobierz pliki rozszerzeń Numbers 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

                        Why don't your new tab is filled with productivity? This extension will make it for you. Learn about a number in your every new tabs in Google Chrome. OR

Why don't you remove the default new tab and left with a blank page?                    

Podstawowe informacje o rozszerzeniu

Nazwa Numbers Numbers
ID pdaihfkgkfbdlcdemlggnondnhcgkfoh
Oficjalny URL https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh
Opis It will show you a fact about a random number.
Rozmiar pliku 166 KB
Liczba instalacji 21
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2019-08-24
Data Publikacji 2019-08-24
Deweloper Sahithyan
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",
    "manifest_version": 2,
    "name": "Numbers",
    "description": "It will show you a fact about a random number.",
    "author": "Sahithyan",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "pop.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}