Internet Archive Enhancer
Enhance archive.org with inline metadata editing and a black and white UI.
What is Internet Archive Enhancer?
Internet Archive Enhancer is a Chrome extension developed by rajbot, and its main feature is "Enhance archive.org with inline metadata editing and a black and white UI.".
Extension Screenshots
Download Internet Archive Enhancer Extension CRX File
Download Internet Archive Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Internet Archive Enhancer |
ID | fgeacgjoljognolknaffopahgfhclfgc |
Official URL | https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc |
Description | Enhance archive.org with inline metadata editing and a black and white UI. |
File Size | 96.72 KB |
Installation Count | 610 |
Current Version | 1.2 |
Last Updated | 2013-11-05 |
Publish Date | 2013-11-04 |
Rating | 3.75/5 Total 4 Ratings |
Developer | rajbot |
Payment Type | free |
Extension Website | https://github.com/rajbot/ia_enhancer |
Help Page URL | https://github.com/rajbot/ia_enhancer/issues |
Supported Languages | 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" } } |