GlobalTab
New tab page showing your favorite bookmarks.
Wat is GlobalTab?
GlobalTab is een Chrome-extensie ontwikkeld door https://mnunes.com, en de belangrijkste functie is "New tab page showing your favorite bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie GlobalTab
Download GlobalTab-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
New tab page showing your favorite bookmarks.
Changes your New Tab page to a useful area where you can see your favorite bookmarks categorised in panels.
Features:
- Extremely light, opens really fast
- Organise bookmarks in panels
- Add/edit/re-order/remove bookmarks in the extension
- Open all links in a panel in one click
- Bookmarks synchronised using browser's native bookmarks manager Basisinformatie over de Extensie
| Naam | |
| ID | cdedjljihjmdenpcifdbeafmjnpafplg |
| Officiële URL | https://chromewebstore.google.com/detail/globaltab/cdedjljihjmdenpcifdbeafmjnpafplg |
| Beschrijving | New tab page showing your favorite bookmarks. |
| Bestandsgrootte | 35.01 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2023-07-02 |
| Publicatiedatum | 2018-10-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://mnunes.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mignz/GlobalTab |
| Help Pagina-URL | https://github.com/mignz/GlobalTab/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GlobalTab",
"description": "New tab page showing your favorite bookmarks.",
"version": "1.2.1",
"icons": {
"16": "assets\/img\/icon_16.png",
"48": "assets\/img\/icon_128.png",
"128": "assets\/img\/icon_128.png"
},
"author": "Miguel Nunes",
"chrome_url_overrides": {
"newtab": "globaltab.html"
},
"permissions": [
"bookmarks",
"favicon"
]
} | |