Internet Archive Enhancer
Enhance archive.org with inline metadata editing and a black and white UI.
Qu'est-ce que Internet Archive Enhancer ?
Internet Archive Enhancer est une extension Chrome développée par rajbot, et sa fonction principale est "Enhance archive.org with inline metadata editing and a black and white UI.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Internet Archive Enhancer
Téléchargez les fichiers d'extension Internet Archive Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Internet Archive Enhancer |
ID | fgeacgjoljognolknaffopahgfhclfgc |
URL Officiel | https://chromewebstore.google.com/detail/internet-archive-enhancer/fgeacgjoljognolknaffopahgfhclfgc |
Description | Enhance archive.org with inline metadata editing and a black and white UI. |
Taille du Fichier | 96.72 KB |
Nombre d'Installations | 610 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2013-11-05 |
Date de Publication | 2013-11-04 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | rajbot |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rajbot/ia_enhancer |
URL de la Page d'Aide | https://github.com/rajbot/ia_enhancer/issues |
Langues Prises en Charge | 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" } } |