Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

Bookmarks Reorderer là gì?

Bookmarks Reorderer là một tiện ích mở rộng Chrome được phát triển bởi Daniel Herr, và tính năng chính của nó là "Moves created bookmarks to the top of their folder.".

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

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

Tải xuống các tệp mở rộng Bookmarks Reorderer 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

                        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.                    

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

Tên Bookmarks Reorderer Bookmarks Reorderer
ID dojjmigcfgjcjakkdhmnkcjajbjcjnja
URL Chính Thức https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja
Mô tả Moves created bookmarks to the top of their folder.
Kích Thước Tệp 6.01 KB
Số Lần Cài Đặt 1,582
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2016-01-29
Ngày Phát Hành 2016-01-29
Đánh Giá 4.52/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Daniel Herr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danielherr.github.io/
Ngôn Ngữ Được Hỗ Trợ 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"
}