Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

什么是Bookmarks Reorderer?

Bookmarks Reorderer是由Daniel Herr开发的Chrome扩展程序,该扩展的主要功能是“Moves created bookmarks to the top of their folder.”。

扩展截图

下载Bookmarks Reorderer扩展crx文件

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

扩展使用说明

                        This extension moves newly created bookmarks to the top of their folder. There is also an option to move bookmarks to the top after they are moved to a different folder.                    

扩展基本信息

名称 Bookmarks Reorderer Bookmarks Reorderer
ID dojjmigcfgjcjakkdhmnkcjajbjcjnja
官方URL https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja
简介 Moves created bookmarks to the top of their folder.
文件大小 6.01 KB
安装次数 1,582
当前版本 2.0.1
更新时间 2016-01-29
上架时间 2016-01-29
评分 4.52/5 共27次评分
开发者 Daniel Herr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://danielherr.github.io/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks Reorderer",
    "version": "2.0.1",
    "description": "Moves created bookmarks to the top of their folder.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/",
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "options_page": "options.html"
}