Internet Archive Enhancer
Enhance archive.org with inline metadata editing and a black and white UI.
Cos'è Internet Archive Enhancer?
Internet Archive Enhancer è un'estensione di Chrome sviluppata da rajbot, e la sua funzione principale è "Enhance archive.org with inline metadata editing and a black and white UI.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Internet Archive Enhancer
Scarica i file di estensione Internet Archive Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Internet Archive Enhancer |
ID | fgeacgjoljognolknaffopahgfhclfgc |
URL Ufficiale | https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc |
Descrizione | Enhance archive.org with inline metadata editing and a black and white UI. |
Dimensione del File | 96.72 KB |
Conteggio Installazioni | 610 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-11-05 |
Data di Pubblicazione | 2013-11-04 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | rajbot |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rajbot/ia_enhancer |
URL della Pagina di Aiuto | https://github.com/rajbot/ia_enhancer/issues |
Lingue Supportate | 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" } } |