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"입니다.
확장 프로그램 스크린샷
LOC EAD Beautifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | omhlcmlhlbbdieihchginhnhichneajb |
공식 URL | 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" ] } ] } |