Hello Tab
Hello Tab replaces your new tab page with random thoughts from others
Wat is Hello Tab?
Hello Tab is een Chrome-extensie ontwikkeld door https://hellotab.com, en de belangrijkste functie is "Hello Tab replaces your new tab page with random thoughts from others".
Extensie Screenshots
Download het CRX-bestand van de extensie Hello Tab
Download Hello Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | nimdmcfjenibfldkceoegchnicmfagfb |
| Officiële URL | https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb |
| Beschrijving | Hello Tab replaces your new tab page with random thoughts from others |
| Bestandsgrootte | 124 KB |
| Aantal Installaties | 434 |
| Huidige Versie | 1.3.6 |
| Laatst Bijgewerkt | 2015-09-27 |
| Publicatiedatum | 2015-09-27 |
| Beoordeling | 4.60/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | https://hellotab.com |
| Betalingswijze | free |
| Extensiewebsite | https://hellotab.com |
| Help Pagina-URL | https://hellotab.com#faq |
| Ondersteunde Talen | 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"
]
} | |