Internet Archive Enhancer
Enhance archive.org with inline metadata editing and a black and white UI.
O que é Internet Archive Enhancer?
Internet Archive Enhancer é uma extensão do Chrome desenvolvida por rajbot, e sua principal característica é "Enhance archive.org with inline metadata editing and a black and white UI.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Internet Archive Enhancer
Baixe arquivos de extensão Internet Archive Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Internet Archive Enhancer |
ID | fgeacgjoljognolknaffopahgfhclfgc |
URL Oficial | https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc |
Descrição | Enhance archive.org with inline metadata editing and a black and white UI. |
Tamanho do Arquivo | 96.72 KB |
Contagem de Instalações | 610 |
Versão Atual | 1.2 |
Última Atualização | 2013-11-05 |
Data de Publicação | 2013-11-04 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | rajbot |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rajbot/ia_enhancer |
URL da Página de Ajuda | https://github.com/rajbot/ia_enhancer/issues |
Idiomas Suportados | 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" } } |