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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
    }
}