Quick Bookmark to Folders

Lets you create fast buttons for bookmarking into your favourite folders

什么是Quick Bookmark to Folders?

Quick Bookmark to Folders是由krystof1000开发的Chrome扩展程序,该扩展的主要功能是“Lets you create fast buttons for bookmarking into your favourite folders”。

扩展截图

下载Quick Bookmark to Folders扩展crx文件

下载Quick Bookmark to Folders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Anyone else bothered with bookmarking to folders in Chrome?
I was using this extension: https://chrome.google.com/webstore/detail/cgfpmbdcelimppngkinoingifggiiifl but I had to make a possibility to create more buttons for bookmarking.
So give credit to Robin, the creator of that extension as well!                    

扩展基本信息

名称 Quick Bookmark to Folders Quick Bookmark to Folders
ID mifmiegljejaablipoiodebmmngiekon
官方URL https://chromewebstore.google.com/detail/quick-bookmark-to-folders/mifmiegljejaablipoiodebmmngiekon
简介 Lets you create fast buttons for bookmarking into your favourite folders
文件大小 152 KB
安装次数 96
当前版本 1.2
更新时间 2015-01-26
上架时间 2015-01-25
评分 3.00/5 共2次评分
开发者 krystof1000
付费类型 free
支持的语言 en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Bookmark to Folders",
    "version": "1.2",
    "description": "Lets you create fast buttons for bookmarking into your favourite folders",
    "browser_action": {
        "default_icon": "images\/browser_icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}