LOC EAD Beautifier
Beautify and modernize the LOC's EAD Guide
LOC EAD Beautifier क्या है?
LOC EAD Beautifier Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautify and modernize the LOC's EAD Guide"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LOC EAD Beautifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |