Google Bookmarks Tree
google.com/bookmarks with tree view
什么是Google Bookmarks Tree?
Google Bookmarks Tree是由Song Hyo Jin开发的Chrome扩展程序,该扩展的主要功能是“google.com/bookmarks with tree view”。
扩展截图
下载Google Bookmarks Tree扩展crx文件
下载Google Bookmarks Tree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Google has terminated the service. Existing users can still see the bookmarks stored in Chrome, so please move the bookmarks. This extension will be converted to private. ------------------------------------------------------- tree view for https://www.google.com/bookmarks/ Labels naming with ">" mark is tree depth. Folder>Folder>Folder ctrl+Right-click on a folder to open all the links in the folder. Subfolders are ignored. - not chrome's bookmarks. google site's bookmarks.
扩展基本信息
名称 | |
ID | ofppcpdgnpnmlmellfphhehmhkafbgmm |
官方URL | https://chromewebstore.google.com/detail/google-bookmarks-tree/ofppcpdgnpnmlmellfphhehmhkafbgmm |
简介 | google.com/bookmarks with tree view |
文件大小 | 127 KB |
安装次数 | 595 |
当前版本 | 1.10 |
更新时间 | 2022-09-26 |
上架时间 | 2019-06-13 |
评分 | 4.65/5 共23次评分 |
开发者 | Song Hyo Jin |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://xenosi.de/privacyext.html |
支持的语言 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "ko", "name": "__MSG_extName__", "short_name": "XenoBookmarks", "description": "__MSG_extDescription__", "version": "1.10", "icons": { "16": "image\/16x16.png", "48": "image\/48x48.png", "128": "image\/128x128.png" }, "browser_action": { "default_icon": { "19": "image\/19x19.png", "38": "image\/38x38.png" }, "default_popup": "bookmarks.html" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "https:\/\/www.google.com\/bookmarks\/*" ] } |