Fast Bookmark
Enables you to save bookmarks super fast.
Что такое Fast Bookmark?
Fast Bookmark - это расширение Chrome, разработанное jakob, и его основная функция - "Enables you to save bookmarks super fast.".
Снимки экрана расширения
Скачать файл CRX расширения Fast Bookmark
Скачайте файлы расширений Fast Bookmark в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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'" } |