Internet Archive Enhancer

Enhance archive.org with inline metadata editing and a black and white UI.

Co je Internet Archive Enhancer?

Internet Archive Enhancer je rozšíření Chrome vyvinuté rajbot, a jeho hlavní funkcí je „Enhance archive.org with inline metadata editing and a black and white UI.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Internet Archive Enhancer

Stáhněte si soubory rozšíření Internet Archive Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Internet Archive Enhancer Internet Archive Enhancer
ID fgeacgjoljognolknaffopahgfhclfgc
Oficiální URL https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc
Popis Enhance archive.org with inline metadata editing and a black and white UI.
Velikost souboru 96.72 KB
Počet instalací 610
Aktuální Verze 1.2
Poslední Aktualizace 2013-11-05
Datum Vydání 2013-11-04
Hodnocení 3.75/5 Celkem 4 Hodnocení
Vývojář rajbot
Typ Platby free
Webové stránky Rozšíření https://github.com/rajbot/ia_enhancer
URL Stránky Nápovědy https://github.com/rajbot/ia_enhancer/issues
Podporované Jazyky 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"
    }
}