The Creative Independent’s Extension
Displays a quote from The Creative Independent on your new tab.
Vad är The Creative Independent’s Extension?
The Creative Independent’s Extension är en Chrome-tillägg utvecklad av https://thecreativeindependent.com, och dess huvudfunktion är "Displays a quote from The Creative Independent on your new tab.".
Tilläggsskärmbilder
Ladda ner The Creative Independent’s Extension-förlängningens CRX-fil
Ladda ner The Creative Independent’s Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | The Creative Independent’s Extension |
ID | hfpihhnbilfkcjakaeopanccjlcnnefp |
Officiell webbadress | https://chromewebstore.google.com/detail/the-creative-independent%E2%80%99/hfpihhnbilfkcjakaeopanccjlcnnefp |
Beskrivning | Displays a quote from The Creative Independent on your new tab. |
Filstorlek | 25.36 KB |
Antal Installationer | 1,464 |
Aktuell Version | 2.0.2 |
Senast Uppdaterad | 2022-09-27 |
Publiceringsdatum | 2019-10-30 |
Betyg | 4.92/5 Totalt 12 Betyg |
Utvecklare | https://thecreativeindependent.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://thecreativeindependent.com/extension/ |
Hjälpsida URL | https://thecreativeindependent.com/extension/ |
URL till Sekretesspolicy Sidan | https://thecreativeindependent.com/privacy-policy |
Stödda Språk | 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" ] } ] } |