Accordion Display
Show more or less text on with number keys.
¿Qué es Accordion Display?
Accordion Display es una extensión de Chrome desarrollada por http://www.erichsen-group.com, y su función principal es "Show more or less text on with number keys.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Accordion Display
Descarga archivos de extensión Accordion Display en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | ahnfnbnadopmloofgoigdhkkjmpfjhld |
URL Oficial | https://chrome.google.com/webstore/detail/accordion-display/ahnfnbnadopmloofgoigdhkkjmpfjhld |
Descripción | Show more or less text on with number keys. |
Tamaño del Archivo | 3.86 KB |
Cantidad de Instalaciones | 47 |
Versión Actual | 0.0.1 |
Última Actualización | 2016-05-03 |
Fecha de Publicación | 2016-05-03 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | http://www.erichsen-group.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://icomaps.com |
URL de la Página de Ayuda | http://icomaps.com/democity/accordion/ |
Idiomas Soportados | 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": [ " |