Bookmarks@newtab
A new tab page that displays your bookmarks.
什么是Bookmarks@newtab?
Bookmarks@newtab是由pine.nuts开发的Chrome扩展程序,该扩展的主要功能是“A new tab page that displays your bookmarks.”。
扩展截图
下载Bookmarks@newtab扩展crx文件
下载Bookmarks@newtab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: - Masonry view, list view, icon view and grid view - Add, edit, delete and move bookmarks - Customizable background color, background image and text colors
扩展基本信息
名称 | Bookmarks@newtab |
ID | iceijoabkonabhjmokfmkbifmoogagoe |
官方URL | https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe |
简介 | A new tab page that displays your bookmarks. |
文件大小 | 3.95 MB |
安装次数 | 20 |
当前版本 | 1.4.4 |
更新时间 | 2024-02-27 |
上架时间 | 2020-01-13 |
开发者 | pine.nuts |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmarks@newtab", "version": "1.4.4", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "bookmarks", "favicon", "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |