TEKS Accordion
Collapse the TEKS guidelines into an accordion to make them easier to browse.
TEKS Accordionとは何ですか?
TEKS AccordionはChristian Gencoによって開発されたChromeの拡張機能で、その主な機能は「Collapse the TEKS guidelines into an accordion to make them easier to browse.」です。
拡張機能のスクリーンショット
TEKS Accordion拡張機能のCRXファイルをダウンロード
TEKS Accordion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | agcogdelknkendnimmjnajcickdndjba |
公式URL | https://chromewebstore.google.com/detail/teks-accordion/agcogdelknkendnimmjnajcickdndjba |
説明 | Collapse the TEKS guidelines into an accordion to make them easier to browse. |
ファイルサイズ | 52.45 KB |
インストール数 | 82 |
現在のバージョン | 1.0 |
最終更新日 | 2014-03-31 |
公開日 | 2014-03-31 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Christian Genco |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |