Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
Booksmart란 무엇입니까?
Booksmart은(는) Ana-Maria Iancu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click."입니다.
확장 프로그램 스크린샷
Booksmart 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Booksmart you can now bookmark pages with only 2 clicks. Just add a folder, and click on the plus button next to it. Done! Your link is saved and organised in a folder. Easy to use and nice to look at. You can add as many folders as you want and as many bookmarks in each folder. Booksmart is all about making it easier to save links and access them later quickly. Version 0.3.0 updates: - design changes Version 0.2.0 updates: - bug fixes - confirmation message when you delete a folder
확장 프로그램 기본 정보
이름 | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
공식 URL | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
설명 | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
파일 크기 | 315 KB |
설치 횟수 | 88 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2020-12-15 |
출시 날짜 | 2020-11-30 |
평점 | 4.78/5 총 9 개의 평점 |
개발자 | Ana-Maria Iancu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Booksmart", "version": "0.3.0", "description": "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.", "short_name": "B", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Booksmart", "default_icon": "favicon.ico" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |