Accordion Display
Show more or less text on with number keys.
Accordion Displayとは何ですか?
Accordion Displayはhttp://www.erichsen-group.comによって開発されたChromeの拡張機能で、その主な機能は「Show more or less text on with number keys.」です。
拡張機能のスクリーンショット
Accordion Display拡張機能のCRXファイルをダウンロード
Accordion Display拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Accordion lets you read the main points, the full text, or anywhere in between of text content. As long as the content includes Accordion markup, this extension will work. To use Accordion: (1) View Accordion compatible content. (2) Press the 1 key to view only the main points of a text, or 2 to get the main points and some supporting text, 3 for even more text, etc. Create Accordion content: Its very easy to edit your existing content for Accordion and create new Accordion compatible content. Simply add [1][/1] around the main points of your content, [2][/2] around secondary, supporting text, [3][/3] around additional supporting text, etc. Once you have installed Accordion, view the demonstration text: http://icomaps.com/democity/accordion/
拡張機能の基本情報
名前 | |
ID | ahnfnbnadopmloofgoigdhkkjmpfjhld |
公式URL | https://chrome.google.com/webstore/detail/accordion-display/ahnfnbnadopmloofgoigdhkkjmpfjhld |
説明 | Show more or less text on with number keys. |
ファイルサイズ | 3.86 KB |
インストール数 | 47 |
現在のバージョン | 0.0.1 |
最終更新日 | 2016-05-03 |
公開日 | 2016-05-03 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | http://www.erichsen-group.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://icomaps.com |
ヘルプページのURL | http://icomaps.com/democity/accordion/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accordion Display", "version": "0.0.1", "manifest_version": 2, "description": "Show more or less text on with number keys.", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } ], "browser_action": { "default_title": "Show\/Hide Text" }, "permissions": [ " |