Fast Bookmark
Enables you to save bookmarks super fast.
Fast Bookmark란 무엇입니까?
Fast Bookmark은(는) jakob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables you to save bookmarks super fast."입니다.
확장 프로그램 스크린샷
Fast Bookmark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save bookmarks faster by just typing the name of the folder you want to save it to. Fast Bookmark helps you to save bookmarks faster. If you want to save a new bookmark into one of your bookmark folders or into a new bookmark folder it takes a few clicks to choose the folder. For people who save a lot of bookmarks and want to keep them organized in folders this can be quite tedious. Fast Bookmark provides an autocomplete input field to easily choose the right folder for the new bookmark. Just open Fast Bookmark (best is to set a shortcut to open the extension, e.g. CTRL+Shift+S), start typing the name of the folder and hit enter. Finished. Creating a new folder is super easy as well: Just type "> my-new-folder" and Fast Bookmark will create a new folder with the name "my-new-folder" and save the bookmark into it. Creating subfolders is possible as well: For example type "Technology > my-new-subfolder" and Fast Bookmark will create a new subfolder with the name "my-new-folder" within the folder with the name "Techology" and save the bookmark into it. The code of this extension is available at: https://github.com/wasserth/fast-bookmark
확장 프로그램 기본 정보
이름 | Fast Bookmark |
ID | bkolccbclokgkhcciikgbkcmnagimjib |
공식 URL | https://chromewebstore.google.com/detail/fast-bookmark/bkolccbclokgkhcciikgbkcmnagimjib |
설명 | Enables you to save bookmarks super fast. |
파일 크기 | 66.87 KB |
설치 횟수 | 1,687 |
현재 버전 | 1.2 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.30/5 총 43 개의 평점 |
개발자 | jakob |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/wasserth/fast-bookmark |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Bookmark", "version": "1.2", "description": "Enables you to save bookmarks super fast.", "author": "Jakob Wasserthal", "permissions": [ "bookmarks", "tabs" ], "browser_action": { "default_title": "Fast Bookmark", "default_icon": "icons\/bookmark-icon-1-16px.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/bookmark-icon-1-16px.png", "48": "icons\/bookmark-icon-1-48px.png", "128": "icons\/bookmark-icon-1-128px.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |