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 擴展基本資訊
| 名稱 | |
| ID | fgeacgjoljognolknaffopahgfhclfgc |
| 官方網址 | 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"
}
} | |