LOC EAD Beautifier

Beautify and modernize the LOC's EAD Guide

Qu'est-ce que LOC EAD Beautifier ?

LOC EAD Beautifier est une extension Chrome développée par Unknown, et sa fonction principale est "Beautify and modernize the LOC's EAD Guide".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LOC EAD Beautifier

Téléchargez les fichiers d'extension LOC EAD Beautifier 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

                        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                    

Informations de Base sur l'Extension

Nom LOC EAD Beautifier LOC EAD Beautifier
ID omhlcmlhlbbdieihchginhnhichneajb
URL Officiel https://chromewebstore.google.com/detail/loc-ead-beautifier/omhlcmlhlbbdieihchginhnhichneajb
Description Beautify and modernize the LOC's EAD Guide
Taille du Fichier 52.71 KB
Nombre d'Installations 19
Version Actuelle 0.0.4
Dernière Mise à Jour 2015-03-21
Date de Publication 2015-03-21
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/nodanaonlyzuul/loc-ead-beautifier
URL de la Page d'Aide https://github.com/nodanaonlyzuul/loc-ead-beautifier
Langues Prises en Charge 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"
            ]
        }
    ]
}