Internet Archive Enhancer
Enhance archive.org with inline metadata editing and a black and white UI.
什么是Internet Archive Enhancer?
Internet Archive Enhancer是由rajbot开发的Chrome扩展程序,该扩展的主要功能是“Enhance archive.org with inline metadata editing and a black and white UI.”。
扩展截图
下载Internet Archive Enhancer扩展crx文件
下载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" } } |