Favorite Keys
Fastest way to manage Bookmark.
Favorite Keys란 무엇입니까?
Favorite Keys은(는) Solan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fastest way to manage Bookmark."입니다.
확장 프로그램 스크린샷
Favorite Keys 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily and Fastly Manage your URLs with your favorite keywords A lightweight extension to increase your productivity to save bookmarks with your favorite keywords (#blog, #travel, #project, etc). It's completely free and server-less (thus we do not store any of your information). Bookmarks are saved in Chrome browser, thus you can access/search them from any device. ➤ FASTEST WAY TO BOOKMARK ANY PAGE ➤ ORGANIZE YOUR ALL LINKS AND PAGES EFFECTIVELY ➤ NO SIGN-UP REQUIRED ➤ ORGANIZE YOUR ANY URLs WITH YOUR FAVOURITE KEYWORD ➤ PARTIAL KEYWORD SEARCH ➤ USES GOOGLE CHROME BOOKMARK FOR SYNC How To Use? Web page you wish to bookmark, go to address bar: 1. press 'k' key 2. press SPACE key 3. Type your keywords for the webpage 4. press 'Enter' key. Done! Your keywords will be saved along with your bookmark web page. To retrieve the same web page, go to address bar: 1. press 'k' key 2. press 'SPACE' bar 3. enter your keywords 2. web page URL with same keywords will start appearing in the suggestion below If you like our extension then don't forget to share your valuable ratings and review.
확장 프로그램 기본 정보
이름 | Favorite Keys |
ID | eaonfpmfdfmekgndfoidfeamhogacnna |
공식 URL | https://chromewebstore.google.com/detail/favorite-keys/eaonfpmfdfmekgndfoidfeamhogacnna |
설명 | Fastest way to manage Bookmark. |
파일 크기 | 104 KB |
설치 횟수 | 66 |
현재 버전 | 2.1 |
최근 업데이트 | 2019-11-05 |
출시 날짜 | 2019-11-05 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Solan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Favorite Keys", "description": "Fastest way to manage Bookmark.", "version": "2.1", "background": { "persistent": false, "scripts": [ "src\/background.js" ] }, "icons": { "16": "src\/icon.png", "48": "src\/icon.png", "128": "src\/icon.png" }, "browser_action": { "default_icon": { "19": "src\/icon.png", "38": "src\/icon.png" } }, "short_name": "Favorite Keys", "permissions": [ "tabs", "bookmarks", "storage" ], "omnibox": { "keyword": "k" }, "manifest_version": 2 } |