TEKS Accordion
Collapse the TEKS guidelines into an accordion to make them easier to browse.
Was ist TEKS Accordion?
TEKS Accordion ist eine Chrome-Erweiterung, die von Christian Genco entwickelt wurde, und ihr Hauptmerkmal ist "Collapse the TEKS guidelines into an accordion to make them easier to browse.".
Erweiterungsscreenshots
TEKS Accordion-Erweiterungs-CRX-Datei herunterladen
Laden Sie TEKS Accordion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | agcogdelknkendnimmjnajcickdndjba |
Offizielle URL | https://chromewebstore.google.com/detail/teks-accordion/agcogdelknkendnimmjnajcickdndjba |
Beschreibung | Collapse the TEKS guidelines into an accordion to make them easier to browse. |
Dateigröße | 52.45 KB |
Installationsanzahl | 82 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-03-31 |
Veröffentlichungsdatum | 2014-03-31 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Christian Genco |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TEKS Accordion", "description": "Collapse the TEKS guidelines into an accordion to make them easier to browse.", "version": "1.0", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/ritter.tea.state.tx.us\/rules\/tac\/*" ], "js": [ "jquery.js", "content_script.js" ], "css": [ "style.css" ] } ], "permissions": [ "http:\/\/ritter.tea.state.tx.us\/rules\/tac\/*" ], "page_action": { "default_name": "TEKS Accordion", "default_icon": "icon.png" } } |