The Creative Independent’s Extension
Displays a quote from The Creative Independent on your new tab.
What is The Creative Independent’s Extension?
The Creative Independent’s Extension is a Chrome extension developed by https://thecreativeindependent.com, and its main feature is "Displays a quote from The Creative Independent on your new tab.".
Extension Screenshots
Download The Creative Independent’s Extension Extension CRX File
Download The Creative Independent’s Extension 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
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.
Extension Basic Information
Name | The Creative Independent’s Extension |
ID | hfpihhnbilfkcjakaeopanccjlcnnefp |
Official URL | https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp |
Description | Displays a quote from The Creative Independent on your new tab. |
File Size | 25.36 KB |
Installation Count | 1,464 |
Current Version | 2.0.2 |
Last Updated | 2022-09-27 |
Publish Date | 2019-10-30 |
Rating | 4.92/5 Total 12 Ratings |
Developer | https://thecreativeindependent.com |
[email protected] | |
Payment Type | free |
Extension Website | https://thecreativeindependent.com/extension/ |
Help Page URL | https://thecreativeindependent.com/extension/ |
Privacy Policy Page URL | https://thecreativeindependent.com/privacy-policy |
Supported Languages | 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" ] } ] } |