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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Warren Kumari และคุณลักษณะหลักของมันคือ "Rewrite IETF ID URLs (www.ietf.org/id/foo-00.txt) to the Tools (or Datatracker) versions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rewrite IETF ID URLs to Tools or Datatracker
ดาวน์โหลดไฟล์ส่วนขยาย Rewrite IETF ID URLs to Tools or Datatracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |