LOC EAD Beautifier
Beautify and modernize the LOC's EAD Guide
Cos'è LOC EAD Beautifier?
LOC EAD Beautifier è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Beautify and modernize the LOC's EAD Guide".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LOC EAD Beautifier
Scarica i file di estensione LOC EAD Beautifier 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
Improves and beautifies the Library of Congress's documentation for Encoded Archival Description. (EAD). Don't accept the world as it's handed to you. Vigilante Usability. See GIthub for features and product plan...and by product plan I mean 3 bullet points. https://github.com/nodanaonlyzuul/loc-ead-beautifier
Informazioni di Base sull'Estensione
Nome | LOC EAD Beautifier |
ID | omhlcmlhlbbdieihchginhnhichneajb |
URL Ufficiale | https://chromewebstore.google.com/detail/loc-ead-beautifier/omhlcmlhlbbdieihchginhnhichneajb |
Descrizione | Beautify and modernize the LOC's EAD Guide |
Dimensione del File | 52.71 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2015-03-21 |
Data di Pubblicazione | 2015-03-21 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nodanaonlyzuul/loc-ead-beautifier |
URL della Pagina di Aiuto | https://github.com/nodanaonlyzuul/loc-ead-beautifier |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LOC EAD Beautifier", "manifest_version": 2, "version": "0.0.4", "description": "Beautify and modernize the LOC's EAD Guide", "background": "background.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "name": "Manipulate DOM", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_icon": "images\/icon.png", "default_title": "LOC EAD Beautifier" }, "content_scripts": [ { "js": [ "javascript\/jquery-2.1.3.min.js", "javascript\/jquery-ext.js", "javascript\/highlight.pack.js", "javascript\/background.js" ], "css": [ "stylesheets\/railscasts.css" ], "matches": [ "http:\/\/www.loc.gov\/ead\/tglib\/elements\/*.html", "http:\/\/loc.gov\/ead\/tglib\/elements\/*.html", "https:\/\/www.loc.gov\/ead\/tglib\/elements\/*.html", "https:\/\/loc.gov\/ead\/tglib\/elements\/*.html" ] } ] } |