Numbers

It will show you a fact about a random number.

¿Qué es Numbers?

Numbers es una extensión de Chrome desarrollada por Sahithyan, y su función principal es "It will show you a fact about a random number.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Numbers

Descarga archivos de extensión Numbers en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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?                    

Información Básica de la Extensión

Nombre Numbers Numbers
ID pdaihfkgkfbdlcdemlggnondnhcgkfoh
URL Oficial https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh
Descripción It will show you a fact about a random number.
Tamaño del Archivo 166 KB
Cantidad de Instalaciones 21
Versión Actual 1.3
Última Actualización 2019-08-24
Fecha de Publicación 2019-08-24
Desarrollador Sahithyan
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}