YABE - Yet Another Bookmarks Extension
A nicer bookmarks popup
YABE - Yet Another Bookmarks Extension란 무엇입니까?
YABE - Yet Another Bookmarks Extension은(는) dmitry.clans에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A nicer bookmarks popup"입니다.
확장 프로그램 스크린샷
YABE - Yet Another Bookmarks Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: 1. Left-click opens a bookmark in a new tab. 2. Middle-click or Ctrl-click opens a bookmark in a new background tab. 3. Close all open folders by opening another folder. 4. Save opened folder with the scroll position. 5. Options to Edit and Delete bookmarks and folders. P.S.: new features to come! v1.2.1 - Restore scroll position after node delete. v1.2.0 - Improved opening speed. - Added context menu. - Added Confirm and Edit dialogs. - Options to Edit and Delete bookmarks and folders. v1.1.0: - Improved popup height changing. - Added feature to save the opened folder with the scroll position.
확장 프로그램 기본 정보
이름 | YABE - Yet Another Bookmarks Extension |
ID | klkgpklahpjgbcepaackkmkkfoomeijg |
공식 URL | https://chromewebstore.google.com/detail/yabe-yet-another-bookmark/klkgpklahpjgbcepaackkmkkfoomeijg |
설명 | A nicer bookmarks popup |
파일 크기 | 476 KB |
설치 횟수 | 18 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2020-11-27 |
출시 날짜 | 2020-10-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | dmitry.clans |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Clans/yabe |
도움말 페이지 URL | https://github.com/Clans/yabe/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YABE - Yet Another Bookmarks Extension", "version": "1.2.1", "description": "A nicer bookmarks popup", "permissions": [ "bookmarks", "storage", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Bookmarks", "default_popup": "popup.html", "default_icon": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png", "512": "images\/icon_512.png" } }, "icons": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png", "512": "images\/icon_512.png" }, "manifest_version": 2 } |