Numbers
It will show you a fact about a random number.
Vad är Numbers?
Numbers är en Chrome-tillägg utvecklad av Sahithyan, och dess huvudfunktion är "It will show you a fact about a random number.".
Tilläggsskärmbilder
Ladda ner Numbers-förlängningens CRX-fil
Ladda ner Numbers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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?
Grundläggande Information om Tillägg
Namn | |
ID | pdaihfkgkfbdlcdemlggnondnhcgkfoh |
Officiell webbadress | https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh |
Beskrivning | It will show you a fact about a random number. |
Filstorlek | 166 KB |
Antal Installationer | 21 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2019-08-24 |
Publiceringsdatum | 2019-08-24 |
Utvecklare | Sahithyan |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |