The Creative Independent’s Extension
Displays a quote from The Creative Independent on your new tab.
The Creative Independent’s Extension क्या है?
The Creative Independent’s Extension https://thecreativeindependent.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a quote from The Creative Independent on your new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Creative Independent’s Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Any time you open a new tab, you’ll see a quote from an interview on The Creative Independent. It’s a good way to remember TCI exists as you go about your browsing rituals. This new tab Chrome extension can be run completely offline. When you go back online, it will pull new quotes from TCI. Our Chrome extension will never track your browsing history or collect any data about you. It’s also completely open source.
एक्सटेंशन की मूल जानकारी
नाम | The Creative Independent’s Extension |
ID | hfpihhnbilfkcjakaeopanccjlcnnefp |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp |
विवरण | Displays a quote from The Creative Independent on your new tab. |
फ़ाइल का आकार | 25.36 KB |
स्थापना संख्या | 1,464 |
वर्तमान संस्करण | 2.0.2 |
अंतिम अपडेट | 2022-09-27 |
प्रकाशन तिथि | 2019-10-30 |
रेटिंग | 4.92/5 कुल 12 रेटिंग्स |
डेवलपर | https://thecreativeindependent.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://thecreativeindependent.com/extension/ |
सहायता पृष्ठ URL | https://thecreativeindependent.com/extension/ |
गोपनीयता नीति पृष्ठ URL | https://thecreativeindependent.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "The Creative Independent\u2019s Extension", "version": "2.0.2", "description": "Displays a quote from The Creative Independent on your new tab.", "icons": { "16": ".\/icons\/tci-chrome-16.png", "48": ".\/icons\/tci-chrome-48.png", "128": ".\/icons\/tci-chrome-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/thecreativeindependent.com\/api\/*" ], "js": [ "app.js" ] } ] } |