TEKS Accordion
Collapse the TEKS guidelines into an accordion to make them easier to browse.
Co to jest TEKS Accordion?
TEKS Accordion to rozszerzenie Chrome opracowane przez Christian Genco, a jego główną funkcją jest „Collapse the TEKS guidelines into an accordion to make them easier to browse.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TEKS Accordion
Pobierz pliki rozszerzeń TEKS Accordion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | agcogdelknkendnimmjnajcickdndjba |
Oficjalny URL | https://chromewebstore.google.com/detail/teks-accordion/agcogdelknkendnimmjnajcickdndjba |
Opis | Collapse the TEKS guidelines into an accordion to make them easier to browse. |
Rozmiar pliku | 52.45 KB |
Liczba instalacji | 82 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-03-31 |
Data Publikacji | 2014-03-31 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Christian Genco |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |