TEKS Accordion

Collapse the TEKS guidelines into an accordion to make them easier to browse.

What is TEKS Accordion?

TEKS Accordion is a Chrome extension developed by Christian Genco, and its main feature is "Collapse the TEKS guidelines into an accordion to make them easier to browse.".

Extension Screenshots

screenshot

Download TEKS Accordion Extension CRX File

Download TEKS Accordion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name TEKS Accordion TEKS Accordion
ID agcogdelknkendnimmjnajcickdndjba
Official URL https://chromewebstore.google.com/detail/teks-accordion/agcogdelknkendnimmjnajcickdndjba
Description Collapse the TEKS guidelines into an accordion to make them easier to browse.
File Size 52.45 KB
Installation Count 82
Current Version 1.0
Last Updated 2014-03-31
Publish Date 2014-03-31
Rating 5.00/5 Total 3 Ratings
Developer Christian Genco
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}