Bookmark 301 Updater

Automatically update bookmarks for permanently moved resources, while browsing

Bookmark 301 Updater là gì?

Bookmark 301 Updater là một tiện ích mở rộng Chrome được phát triển bởi fredden, và tính năng chính của nó là "Automatically update bookmarks for permanently moved resources, while browsing".

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

screenshot

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

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

                        Every time you visit a page which the server reports as permanently moved, this extension will search for bookmarks for to the old page, and update the URL for the new page.

All status codes other than 301 & 308 are ignored. This includes 200, 404, 403, 500, etc.

It's worth noting that HSTS (HTTP Strict Transport Security) upgrades aren't detected by the extension, as these don't generate a request to / response from the server. (They happen client side.)

The extension updates the URL only - no changes are made to tags, folders/directories, title, description, etc.                    

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

Tên Bookmark 301 Updater Bookmark 301 Updater
ID llmjpphjhkiglbpmfhpijfdjgmjlgcjo
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-301-updater/llmjpphjhkiglbpmfhpijfdjgmjlgcjo
Mô tả Automatically update bookmarks for permanently moved resources, while browsing
Kích Thước Tệp 14 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-12-31
Ngày Phát Hành 2018-12-31
Nhà Phát Triển fredden
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5",
    "author": "Dan Wallis",
    "name": "Bookmark 301 Updater",
    "description": "Automatically update bookmarks for permanently moved resources, while browsing",
    "icons": {
        "16": "icons\/bookmark-16.png",
        "24": "icons\/bookmark-24.png",
        "32": "icons\/bookmark-32.png",
        "48": "icons\/bookmark-48.png",
        "96": "icons\/bookmark-96.png",
        "128": "icons\/bookmark-128.png",
        "256": "icons\/bookmark-256.png"
    },
    "permissions": [
        "bookmarks",
        "webRequest",
        "*:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}