LOC EAD Beautifier
Beautify and modernize the LOC's EAD Guide
LOC EAD Beautifierคืออะไร?
LOC EAD Beautifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Beautify and modernize the LOC's EAD Guide"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LOC EAD Beautifier
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |