Accordion Display
Show more or less text on with number keys.
Vad är Accordion Display?
Accordion Display är en Chrome-tillägg utvecklad av http://www.erichsen-group.com, och dess huvudfunktion är "Show more or less text on with number keys.".
Tilläggsskärmbilder
Ladda ner Accordion Display-förlängningens CRX-fil
Ladda ner Accordion Display-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | |
ID | ahnfnbnadopmloofgoigdhkkjmpfjhld |
Officiell webbadress | https://chrome.google.com/webstore/detail/accordion-display/ahnfnbnadopmloofgoigdhkkjmpfjhld |
Beskrivning | Show more or less text on with number keys. |
Filstorlek | 3.86 KB |
Antal Installationer | 47 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2016-05-03 |
Publiceringsdatum | 2016-05-03 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://www.erichsen-group.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://icomaps.com |
Hjälpsida URL | http://icomaps.com/democity/accordion/ |
Stödda Språk | 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": [ " |