Numbers
It will show you a fact about a random number.
Cos'è Numbers?
Numbers è un'estensione di Chrome sviluppata da Sahithyan, e la sua funzione principale è "It will show you a fact about a random number.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Numbers
Scarica i file di estensione Numbers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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?
Informazioni di Base sull'Estensione
Nome | |
ID | pdaihfkgkfbdlcdemlggnondnhcgkfoh |
URL Ufficiale | https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh |
Descrizione | It will show you a fact about a random number. |
Dimensione del File | 166 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-08-24 |
Data di Pubblicazione | 2019-08-24 |
Sviluppatore | Sahithyan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |