Hello Tab

Hello Tab replaces your new tab page with random thoughts from others

Qu'est-ce que Hello Tab ?

Hello Tab est une extension Chrome développée par https://hellotab.com, et sa fonction principale est "Hello Tab replaces your new tab page with random thoughts from others".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Hello 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

                        Use this chrome extension to anonymously share a thought or simply get inspired by others thoughts every time you open a new tab (cmd+T).

Share whatever is on your mind, as long as it's less than 200 characters.

Want to use more than one new-tab-extension at once? Check out "Cycle Tab" (http://cycletab.rocks) on the chrome store!                    

Informations de Base sur l'Extension

Nom Hello Tab Hello Tab
ID nimdmcfjenibfldkceoegchnicmfagfb
URL Officiel https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb
Description Hello Tab replaces your new tab page with random thoughts from others
Taille du Fichier 124 KB
Nombre d'Installations 434
Version Actuelle 1.3.6
Dernière Mise à Jour 2015-09-27
Date de Publication 2015-09-27
Évaluation 4.60/5 Total 20 Évaluations
Développeur https://hellotab.com
Type de Paiement free
Site Web de l'Extension https://hellotab.com
URL de la Page d'Aide https://hellotab.com#faq
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello Tab",
    "description": "Hello Tab replaces your new tab page with random thoughts from others",
    "version": "1.3.6",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/hellotab.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "newtab.html"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "https:\/\/hellotab.com\/",
        "storage"
    ]
}