Bookmark 301 Updater
Automatically update bookmarks for permanently moved resources, while browsing
什么是Bookmark 301 Updater?
Bookmark 301 Updater是由fredden开发的Chrome扩展程序,该扩展的主要功能是“Automatically update bookmarks for permanently moved resources, while browsing”。
扩展截图
下载Bookmark 301 Updater扩展crx文件
下载Bookmark 301 Updater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Bookmark 301 Updater |
ID | llmjpphjhkiglbpmfhpijfdjgmjlgcjo |
官方URL | https://chromewebstore.google.com/detail/bookmark-301-updater/llmjpphjhkiglbpmfhpijfdjgmjlgcjo |
简介 | Automatically update bookmarks for permanently moved resources, while browsing |
文件大小 | 14 KB |
安装次数 | 78 |
当前版本 | 1.5 |
更新时间 | 2018-12-31 |
上架时间 | 2018-12-31 |
开发者 | fredden |
付费类型 | free |
支持的语言 | 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" ] } } |