Lang-8 Enhancer
Lang-8 Enhancer
Cos'è Lang-8 Enhancer?
Lang-8 Enhancer è un'estensione di Chrome sviluppata da holden321, e la sua funzione principale è "Lang-8 Enhancer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lang-8 Enhancer
Scarica i file di estensione Lang-8 Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- fixed gallery in User's Photos - show user's photo by cliking on its icon - nice text intending in the text of an entry - sort tags alphabetically or by date on the create/edit entry page - fixed menu symbols - launcher button Feel free to send questions or suggestions. My profile: http://lang-8.com/holden
Informazioni di Base sull'Estensione
Nome | |
ID | pgidinpekigdbjpdhafdpcpicaedclmf |
URL Ufficiale | https://chrome.google.com/webstore/detail/lang-8-enhancer/pgidinpekigdbjpdhafdpcpicaedclmf |
Descrizione | Lang-8 Enhancer |
Dimensione del File | 980 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2018-05-09 |
Data di Pubblicazione | 2018-05-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | holden321 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lang-8 Enhancer", "short_name": "Lang-8 Enhancer", "description": "Lang-8 Enhancer", "version": "1.4", "icons": { "16": "icon_16.png", "19": "icon_19.png", "128": "icon_128.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "http:\/\/lang-8.com\/*" ], "browser_action": { "default_icon": { "19": "icon_19.png" }, "default_title": "Lang-8" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/lang-8.com\/*" ], "css": [ "highslide\/highslide.css", "content.css" ], "js": [ "highslide\/highslide-full.min.js", "jquery-2.1.1.min.js", "content.js" ], "all_frames": false, "run_at": "document_start" } ], "web_accessible_resources": [ "FontAwesome.otf", "highslide\/graphics\/*" ] } |