Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Random Colored New Tab क्या है?
Random Colored New Tab Anacron द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random Colored New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
एक्सटेंशन की मूल जानकारी
नाम | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
आधिकारिक URL | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
विवरण | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
फ़ाइल का आकार | 104 KB |
स्थापना संख्या | 404 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2012-09-11 |
प्रकाशन तिथि | 2012-09-11 |
रेटिंग | 2.33/5 कुल 15 रेटिंग्स |
डेवलपर | Anacron |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |