Numbers
It will show you a fact about a random number.
Numbers क्या है?
Numbers Sahithyan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It will show you a fact about a random number."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Numbers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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?
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pdaihfkgkfbdlcdemlggnondnhcgkfoh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh |
विवरण | It will show you a fact about a random number. |
फ़ाइल का आकार | 166 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2019-08-24 |
प्रकाशन तिथि | 2019-08-24 |
डेवलपर | Sahithyan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |