Alltabs
Amazing visual artists every time you open a new tab.
Alltabs क्या है?
Alltabs https://newnow.cool द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Amazing visual artists every time you open a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alltabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. This is a project by New Now.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
विवरण | Amazing visual artists every time you open a new tab. |
फ़ाइल का आकार | 7.18 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-05-09 |
प्रकाशन तिथि | 2021-04-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://newnow.cool |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.alltabs.co/ |
गोपनीयता नीति पृष्ठ URL | https://newnow.cool/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "alltabs.html#newTab" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "description": "Amazing visual artists every time you open a new tab.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "28", "name": "Alltabs", "omnibox": { "keyword": "f" }, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "alltabs.html" ] } |