Internet Archive Enhancer

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

Internet Archive Enhancer क्या है?

Internet Archive Enhancer rajbot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance archive.org with inline metadata editing and a black and white UI."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Internet Archive Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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