GlobalTab
New tab page showing your favorite bookmarks.
什么是GlobalTab?
GlobalTab是由https://mnunes.com开发的Chrome扩展程序,该扩展的主要功能是“New tab page showing your favorite bookmarks.”。
扩展截图
下载GlobalTab扩展crx文件
下载GlobalTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | cdedjljihjmdenpcifdbeafmjnpafplg |
| 官方URL | https://chromewebstore.google.com/detail/globaltab/cdedjljihjmdenpcifdbeafmjnpafplg |
| 简介 | New tab page showing your favorite bookmarks. |
| 文件大小 | 35.01 KB |
| 安装次数 | 23 |
| 当前版本 | 1.2.1 |
| 更新时间 | 2023-07-02 |
| 上架时间 | 2018-10-09 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://mnunes.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/mignz/GlobalTab |
| 帮助页面URL | https://github.com/mignz/GlobalTab/issues |
| 支持的语言 | 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"
]
} | |