Thoughtful Tab

Inspiring & Thoughtful Quotes With Every New Tab

Cos'è Thoughtful Tab?

Thoughtful Tab è un'estensione di Chrome sviluppata da sourav204, e la sua funzione principale è "Inspiring & Thoughtful Quotes With Every New Tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Thoughtful Tab

Scarica i file di estensione Thoughtful Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Thoughtful Tab is a very simple extension that serves you inspiring, beautiful, thought-provoking and sometimes witty quotations each time you open a new tab.                    

Informazioni di Base sull'Estensione

Nome Thoughtful Tab Thoughtful Tab
ID dfdpnfjofanhigifgpfjjheeohdofnjm
URL Ufficiale https://chromewebstore.google.com/detail/thoughtful-tab/dfdpnfjofanhigifgpfjjheeohdofnjm
Descrizione Inspiring & Thoughtful Quotes With Every New Tab
Dimensione del File 7.03 KB
Conteggio Installazioni 1,288
Versione Corrente 1.1
Ultimo Aggiornamento 2018-07-19
Data di Pubblicazione 2018-07-19
Valutazione 4.13/5 Totale 15 Valutazioni
Sviluppatore sourav204
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://ats.imsourav.com/privacy-policy.php
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Sourav Pradhan",
    "homepage_url": "http:\/\/imsourav.com",
    "name": "Thoughtful Tab",
    "description": "Inspiring & Thoughtful Quotes With Every New Tab",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon19x19.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}