Internet Archive Enhancer
Enhance archive.org with inline metadata editing and a black and white UI.
Internet Archive Enhancerคืออะไร?
Internet Archive Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajbot และคุณลักษณะหลักของมันคือ "Enhance archive.org with inline metadata editing and a black and white UI."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Internet Archive Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย Internet Archive Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds the following features to archive.org: - New black and white UI for archive.org details pages - Inline metadata editing and "Add File to Item" button for curators - Embeded bookreader for text items - Reddit integration
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Internet Archive Enhancer |
ID | fgeacgjoljognolknaffopahgfhclfgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc |
คำอธิบาย | Enhance archive.org with inline metadata editing and a black and white UI. |
ขนาดไฟล์ | 96.72 KB |
จำนวนการติดตั้ง | 610 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-11-05 |
วันที่เผยแพร่ | 2013-11-04 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | rajbot |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/rajbot/ia_enhancer |
URL หน้าช่วยเหลือ | https://github.com/rajbot/ia_enhancer/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Internet Archive Enhancer", "version": "1.2", "manifest_version": 2, "description": "Enhance archive.org with inline metadata editing and a black and white UI.", "content_scripts": [ { "matches": [ "https:\/\/archive.org\/details\/*" ], "css": [ "ia_enhancer.css" ], "js": [ "jquery-2.0.2.js", "ia_enhancer.js" ] } ], "web_accessible_resources": [ "logo.png" ], "icons": { "128": "logo_128.png" } } |