LOC EAD Beautifier

Beautify and modernize the LOC's EAD Guide

Wat is LOC EAD Beautifier?

LOC EAD Beautifier is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Beautify and modernize the LOC's EAD Guide".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LOC EAD Beautifier

Download LOC EAD Beautifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LOC EAD Beautifier LOC EAD Beautifier
ID omhlcmlhlbbdieihchginhnhichneajb
Officiële URL https://chromewebstore.google.com/detail/loc-ead-beautifier/omhlcmlhlbbdieihchginhnhichneajb
Beschrijving Beautify and modernize the LOC's EAD Guide
Bestandsgrootte 52.71 KB
Aantal Installaties 19
Huidige Versie 0.0.4
Laatst Bijgewerkt 2015-03-21
Publicatiedatum 2015-03-21
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/nodanaonlyzuul/loc-ead-beautifier
Help Pagina-URL https://github.com/nodanaonlyzuul/loc-ead-beautifier
Ondersteunde Talen 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"
            ]
        }
    ]
}