Thoughtful Tab

Inspiring & Thoughtful Quotes With Every New Tab

Qu'est-ce que Thoughtful Tab ?

Thoughtful Tab est une extension Chrome développée par sourav204, et sa fonction principale est "Inspiring & Thoughtful Quotes With Every New Tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Thoughtful Tab

Téléchargez les fichiers d'extension Thoughtful Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Thoughtful Tab Thoughtful Tab
ID dfdpnfjofanhigifgpfjjheeohdofnjm
URL Officiel https://chromewebstore.google.com/detail/thoughtful-tab/dfdpnfjofanhigifgpfjjheeohdofnjm
Description Inspiring & Thoughtful Quotes With Every New Tab
Taille du Fichier 7.03 KB
Nombre d'Installations 1,288
Version Actuelle 1.1
Dernière Mise à Jour 2018-07-19
Date de Publication 2018-07-19
Évaluation 4.13/5 Total 15 Évaluations
Développeur sourav204
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://ats.imsourav.com/privacy-policy.php
Langues Prises en Charge 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"
    }
}