TEKS Accordion
Collapse the TEKS guidelines into an accordion to make them easier to browse.
Apa itu TEKS Accordion?
TEKS Accordion adalah ekstensi Chrome yang dikembangkan oleh Christian Genco, dan fitur utamanya adalah "Collapse the TEKS guidelines into an accordion to make them easier to browse.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TEKS Accordion
Unduh file ekstensi TEKS Accordion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | agcogdelknkendnimmjnajcickdndjba |
URL Resmi | https://chromewebstore.google.com/detail/teks-accordion/agcogdelknkendnimmjnajcickdndjba |
Deskripsi | Collapse the TEKS guidelines into an accordion to make them easier to browse. |
Ukuran File | 52.45 KB |
Jumlah Instalasi | 82 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-03-31 |
Tanggal Publikasi | 2014-03-31 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Christian Genco |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |