Favorite Keys
Fastest way to manage Bookmark.
Favorite Keysとは何ですか?
Favorite KeysはSolanによって開発されたChromeの拡張機能で、その主な機能は「Fastest way to manage Bookmark.」です。
拡張機能のスクリーンショット
Favorite Keys拡張機能のCRXファイルをダウンロード
Favorite Keys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |