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 с друзьями, чтобы легко установить расширения 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"
    }
}