Internet Archive Enhancer
Enhance archive.org with inline metadata editing and a black and white UI.
Co to jest Internet Archive Enhancer?
Internet Archive Enhancer to rozszerzenie Chrome opracowane przez rajbot, a jego główną funkcją jest „Enhance archive.org with inline metadata editing and a black and white UI.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Internet Archive Enhancer
Pobierz pliki rozszerzeń Internet Archive Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Internet Archive Enhancer |
ID | fgeacgjoljognolknaffopahgfhclfgc |
Oficjalny URL | https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc |
Opis | Enhance archive.org with inline metadata editing and a black and white UI. |
Rozmiar pliku | 96.72 KB |
Liczba instalacji | 610 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2013-11-05 |
Data Publikacji | 2013-11-04 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | rajbot |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/rajbot/ia_enhancer |
Adres URL Strony Pomocy | https://github.com/rajbot/ia_enhancer/issues |
Obsługiwane Języki | 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" } } |