Internet Archive Enhancer

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

Vad är Internet Archive Enhancer?

Internet Archive Enhancer är en Chrome-tillägg utvecklad av rajbot, och dess huvudfunktion är "Enhance archive.org with inline metadata editing and a black and white UI.".

Tilläggsskärmbilder

screenshot

Ladda ner Internet Archive Enhancer-förlängningens CRX-fil

Ladda ner Internet Archive Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Internet Archive Enhancer Internet Archive Enhancer
ID fgeacgjoljognolknaffopahgfhclfgc
Officiell webbadress https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc
Beskrivning Enhance archive.org with inline metadata editing and a black and white UI.
Filstorlek 96.72 KB
Antal Installationer 610
Aktuell Version 1.2
Senast Uppdaterad 2013-11-05
Publiceringsdatum 2013-11-04
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare rajbot
Betalningssätt free
Tilläggswebbplats https://github.com/rajbot/ia_enhancer
Hjälpsida URL https://github.com/rajbot/ia_enhancer/issues
Stödda Språk 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"
    }
}