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" ] } } |