Hello Tab

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

Τι είναι το Hello Tab;

Το Hello Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hellotab.com, και η κύρια λειτουργία του είναι "Hello Tab replaces your new tab page with random thoughts from others".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hello Tab

Λήψη αρχείων επέκτασης Hello Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hello Tab Hello Tab
ID nimdmcfjenibfldkceoegchnicmfagfb
Επίσημο URL https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb
Περιγραφή Hello Tab replaces your new tab page with random thoughts from others
Μέγεθος Αρχείου 124 KB
Αριθμός Εγκαταστάσεων 434
Τρέχουσα Έκδοση 1.3.6
Τελευταία Ενημέρωση 2015-09-27
Ημερομηνία Δημοσίευσης 2015-09-27
Αξιολόγηση 4.60/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://hellotab.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hellotab.com
Διεύθυνση URL της Σελίδας Βοήθειας https://hellotab.com#faq
Υποστηριζόμενες Γλώσσες 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"
    ]
}