LOC EAD Beautifier

Beautify and modernize the LOC's EAD Guide

LOC EAD Beautifier là gì?

LOC EAD Beautifier là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Beautify and modernize the LOC's EAD Guide".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LOC EAD Beautifier

Tải xuống các tệp mở rộng LOC EAD Beautifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LOC EAD Beautifier LOC EAD Beautifier
ID omhlcmlhlbbdieihchginhnhichneajb
URL Chính Thức https://chromewebstore.google.com/detail/loc-ead-beautifier/omhlcmlhlbbdieihchginhnhichneajb
Mô tả Beautify and modernize the LOC's EAD Guide
Kích Thước Tệp 52.71 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2015-03-21
Ngày Phát Hành 2015-03-21
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nodanaonlyzuul/loc-ead-beautifier
URL Trang Trợ Giúp https://github.com/nodanaonlyzuul/loc-ead-beautifier
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}