Favorite Keys
Fastest way to manage Bookmark.
Was ist Favorite Keys?
Favorite Keys ist eine Chrome-Erweiterung, die von Solan entwickelt wurde, und ihr Hauptmerkmal ist "Fastest way to manage Bookmark.".
Erweiterungsscreenshots
Favorite Keys-Erweiterungs-CRX-Datei herunterladen
Laden Sie Favorite Keys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Favorite Keys |
ID | eaonfpmfdfmekgndfoidfeamhogacnna |
Offizielle URL | https://chromewebstore.google.com/detail/favorite-keys/eaonfpmfdfmekgndfoidfeamhogacnna |
Beschreibung | Fastest way to manage Bookmark. |
Dateigröße | 104 KB |
Installationsanzahl | 66 |
Aktuelle Version | 2.1 |
Letztes Update | 2019-11-05 |
Veröffentlichungsdatum | 2019-11-05 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Solan |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |