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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |