Numbers
It will show you a fact about a random number.
What is Numbers?
Numbers is a Chrome extension developed by Sahithyan, and its main feature is "It will show you a fact about a random number.".
Extension Screenshots
Download Numbers Extension CRX File
Download Numbers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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?
Extension Basic Information
Name | |
ID | pdaihfkgkfbdlcdemlggnondnhcgkfoh |
Official URL | https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh |
Description | It will show you a fact about a random number. |
File Size | 166 KB |
Installation Count | 21 |
Current Version | 1.3 |
Last Updated | 2019-08-24 |
Publish Date | 2019-08-24 |
Developer | Sahithyan |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |