Numbers
It will show you a fact about a random number.
Wat is Numbers?
Numbers is een Chrome-extensie ontwikkeld door Sahithyan, en de belangrijkste functie is "It will show you a fact about a random number.".
Extensie Screenshots
Download het CRX-bestand van de extensie Numbers
Download Numbers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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?
Basisinformatie over de Extensie
Naam | |
ID | pdaihfkgkfbdlcdemlggnondnhcgkfoh |
Officiële URL | https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh |
Beschrijving | It will show you a fact about a random number. |
Bestandsgrootte | 166 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-08-24 |
Publicatiedatum | 2019-08-24 |
Ontwikkelaar | Sahithyan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |