Rewrite IETF ID URLs to Tools or Datatracker
Rewrite IETF ID URLs (www.ietf.org/id/foo-00.txt) to the Tools (or Datatracker) versions.
Rewrite IETF ID URLs to Tools or Datatracker란 무엇입니까?
Rewrite IETF ID URLs to Tools or Datatracker은(는) Warren Kumari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rewrite IETF ID URLs (www.ietf.org/id/foo-00.txt) to the Tools (or Datatracker) versions."입니다.
확장 프로그램 스크린샷
Rewrite IETF ID URLs to Tools or Datatracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This will rewrite the "official" IETF Internet Draft URLs (http://www.ietf.org/id/foo-42.txt) to the Tools (http://tools.ietf.org/html/foo-42) or Datatracker (http://datatracker.ietf.org/docs/foo) versions instead. This uses Google Analytics to track how many folk install / use the extension (so I know if it is worth putting time into updating it, etc. If this offends you, let me know and I'll send you a version without the tracking stuff). Version log: 1.0.4.0: -- Added checkbox to redirect to SSL sites (enabled by default) -- Code cleanup. 1.0.3.1: -- Fixed option saving issue (Content-Security-Policy was not allowing inline event. Moved options code to its own file (options.js)) -- Updated to use Version 2 manifests. -- Update with patch from Barry Leiba to handle https and "rfc-editor.org"
확장 프로그램 기본 정보
이름 | |
ID | aiccdpabeagpjcebilebhlifplfkinao |
공식 URL | https://chromewebstore.google.com/detail/rewrite-ietf-id-urls-to-t/aiccdpabeagpjcebilebhlifplfkinao |
설명 | Rewrite IETF ID URLs (www.ietf.org/id/foo-00.txt) to the Tools (or Datatracker) versions. |
파일 크기 | 55.78 KB |
설치 횟수 | 130 |
현재 버전 | 1.0.4.0 |
최근 업데이트 | 2013-12-06 |
출시 날짜 | 2013-12-06 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Warren Kumari |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rewrite IETF ID URLs to Tools or Datatracker", "short_name": "IETF URL Rewriter", "version": "1.0.4.0", "description": "Rewrite IETF ID URLs (www.ietf.org\/id\/foo-00.txt) to the Tools (or Datatracker) versions.", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "options_page": "options.html", "page_action": { "default_icon": "icon-19.png", "default_title": "Redirected to tools site!" }, "permissions": [ "tabs" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" } } |