Internet Archive Enhancer
Enhance archive.org with inline metadata editing and a black and white UI.
Internet Archive Enhancer là gì?
Internet Archive Enhancer là một tiện ích mở rộng Chrome được phát triển bởi rajbot, và tính năng chính của nó là "Enhance archive.org with inline metadata editing and a black and white UI.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Internet Archive Enhancer
Tải xuống các tệp mở rộng Internet Archive Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Internet Archive Enhancer |
ID | fgeacgjoljognolknaffopahgfhclfgc |
URL Chính Thức | https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc |
Mô tả | Enhance archive.org with inline metadata editing and a black and white UI. |
Kích Thước Tệp | 96.72 KB |
Số Lần Cài Đặt | 610 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2013-11-05 |
Ngày Phát Hành | 2013-11-04 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | rajbot |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rajbot/ia_enhancer |
URL Trang Trợ Giúp | https://github.com/rajbot/ia_enhancer/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |