GlobalTab
New tab page showing your favorite bookmarks.
What is GlobalTab?
GlobalTab is a Chrome extension developed by https://mnunes.com, and its main feature is "New tab page showing your favorite bookmarks.".
Extension Screenshots
Download GlobalTab Extension CRX File
Download GlobalTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | GlobalTab |
ID | cdedjljihjmdenpcifdbeafmjnpafplg |
Official URL | https://chromewebstore.google.com/detail/globaltab/cdedjljihjmdenpcifdbeafmjnpafplg |
Description | New tab page showing your favorite bookmarks. |
File Size | 35.01 KB |
Installation Count | 23 |
Current Version | 1.2.1 |
Last Updated | 2023-07-02 |
Publish Date | 2018-10-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://mnunes.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mignz/GlobalTab |
Help Page URL | https://github.com/mignz/GlobalTab/issues |
Supported Languages | 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" ] } |