Hello Tab
Hello Tab replaces your new tab page with random thoughts from others
Co to jest Hello Tab?
Hello Tab to rozszerzenie Chrome opracowane przez https://hellotab.com, a jego główną funkcją jest „Hello Tab replaces your new tab page with random thoughts from others”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hello Tab
Pobierz pliki rozszerzeń Hello Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nimdmcfjenibfldkceoegchnicmfagfb |
| Oficjalny URL | https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb |
| Opis | Hello Tab replaces your new tab page with random thoughts from others |
| Rozmiar pliku | 124 KB |
| Liczba instalacji | 434 |
| Aktualna Wersja | 1.3.6 |
| Ostatnia Aktualizacja | 2015-09-27 |
| Data Publikacji | 2015-09-27 |
| Ocena | 4.60/5 Łącznie 20 Oceny |
| Deweloper | https://hellotab.com |
| Typ Płatności | free |
| Strona Rozszerzenia | https://hellotab.com |
| Adres URL Strony Pomocy | https://hellotab.com#faq |
| Obsługiwane Języki | 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"
]
} | |