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 |
官方網址 | 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\/*" ] } |