LOC EAD Beautifier

Beautify and modernize the LOC's EAD Guide

什麼是LOC EAD Beautifier?

LOC EAD Beautifier是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Beautify and modernize the LOC's EAD Guide”。

擴展截圖

screenshot

下載LOC EAD Beautifier擴展crx文件

下載LOC EAD Beautifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 LOC EAD Beautifier LOC EAD Beautifier
ID omhlcmlhlbbdieihchginhnhichneajb
官方網址 https://chromewebstore.google.com/detail/loc-ead-beautifier/omhlcmlhlbbdieihchginhnhichneajb
簡介 Beautify and modernize the LOC's EAD Guide
檔案大小 52.71 KB
安裝次數 19
目前版本 0.0.4
更新時間 2015-03-21
上架時間 2015-03-21
開發者 Unknown
付費類型 free
擴展官網 https://github.com/nodanaonlyzuul/loc-ead-beautifier
說明頁面URL https://github.com/nodanaonlyzuul/loc-ead-beautifier
支援的語言 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"
            ]
        }
    ]
}