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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thecreativeindependent.com, και η κύρια λειτουργία του είναι "Displays a quote from The Creative Independent on your new tab.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης The Creative Independent’s Extension

Λήψη αρχείων επέκτασης The Creative Independent’s Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
            ]
        }
    ]
}