Fast Bookmark

Enables you to save bookmarks super fast.

Fast Bookmark là gì?

Fast Bookmark là một tiện ích mở rộng Chrome được phát triển bởi jakob, và tính năng chính của nó là "Enables you to save bookmarks super fast.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fast Bookmark

Tải xuống các tệp mở rộng Fast Bookmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fast Bookmark Fast Bookmark
ID bkolccbclokgkhcciikgbkcmnagimjib
URL Chính Thức https://chromewebstore.google.com/detail/fast-bookmark/bkolccbclokgkhcciikgbkcmnagimjib
Mô tả Enables you to save bookmarks super fast.
Kích Thước Tệp 66.87 KB
Số Lần Cài Đặt 1,687
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.30/5 Tổng số 43 Đánh Giá
Nhà Phát Triển jakob
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wasserth/fast-bookmark
Ngôn Ngữ Được Hỗ Trợ 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'"
}