Internet Archive Enhancer

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

ما هو Internet Archive Enhancer؟

Internet Archive Enhancer هو إضافة Chrome تم تطويرها بواسطة rajbot، والميزة الرئيسية لها هي "Enhance archive.org with inline metadata editing and a black and white UI.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Internet Archive Enhancer

قم بتنزيل ملفات الامتداد Internet Archive Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}