Fast Bookmark

Enables you to save bookmarks super fast.

什麼是Fast Bookmark?

Fast Bookmark是由jakob開發的Chrome擴展程式,該擴展的主要功能是“Enables you to save bookmarks super fast.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Fast Bookmark擴展crx文件

下載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 Fast Bookmark
ID bkolccbclokgkhcciikgbkcmnagimjib
官方網址 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'"
}