Hello Tab
Hello Tab replaces your new tab page with random thoughts from others
Co je Hello Tab?
Hello Tab je rozšíření Chrome vyvinuté https://hellotab.com, a jeho hlavní funkcí je „Hello Tab replaces your new tab page with random thoughts from others“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hello Tab
Stáhněte si soubory rozšíření Hello Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Hello Tab |
ID | nimdmcfjenibfldkceoegchnicmfagfb |
Oficiální URL | https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb |
Popis | Hello Tab replaces your new tab page with random thoughts from others |
Velikost souboru | 124 KB |
Počet instalací | 434 |
Aktuální Verze | 1.3.6 |
Poslední Aktualizace | 2015-09-27 |
Datum Vydání | 2015-09-27 |
Hodnocení | 4.60/5 Celkem 20 Hodnocení |
Vývojář | https://hellotab.com |
Typ Platby | free |
Webové stránky Rozšíření | https://hellotab.com |
URL Stránky Nápovědy | https://hellotab.com#faq |
Podporované Jazyky | 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" ] } |