New Tab with Bookmarks
Displays all bookmarks in the new tab page
什么是New Tab with Bookmarks?
New Tab with Bookmarks是由https://bytecode77.com开发的Chrome扩展程序,该扩展的主要功能是“Displays all bookmarks in the new tab page”。
扩展截图
下载New Tab with Bookmarks扩展crx文件
下载New Tab with Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar. 扩展基本信息
| 名称 | |
| ID | dicfmapplolngmjeoelpiclidoiknpfl |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl |
| 简介 | Displays all bookmarks in the new tab page |
| 文件大小 | 59.77 KB |
| 安装次数 | 523 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2020-11-19 |
| 上架时间 | 2017-04-10 |
| 评分 | 3.69/5 共13次评分 |
| 开发者 | https://bytecode77.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab with Bookmarks",
"description": "Displays all bookmarks in the new tab page",
"version": "1.1.0",
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |