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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |