Lorem Pastum
Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu
Cos'è Lorem Pastum?
Lorem Pastum è un'estensione di Chrome sviluppata da http://www.keybored.fr, e la sua funzione principale è "Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lorem Pastum
Scarica i file di estensione Lorem Pastum 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
This app provides 3 types of Lorem Ipsum text, available from Chrome's context menu (right click) : a single sentence, a whole small paragraph and a long paragraph. Also works with javascript editors like tinyMCE and CKeditor, and so it's working with Wordpress ! This project is also available on github, and open to pull requests : https://github.com/tameroski/Lorem-Pastum
Informazioni di Base sull'Estensione
Nome | |
ID | cgnjnijaeekmclemhnnkcffcdajaknab |
URL Ufficiale | https://chrome.google.com/webstore/detail/lorem-pastum/cgnjnijaeekmclemhnnkcffcdajaknab |
Descrizione | Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu |
Dimensione del File | 15.79 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2017-08-28 |
Data di Pubblicazione | 2017-08-28 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | http://www.keybored.fr |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "default_locale": "en", "permissions": [ "clipboardRead", "contextMenus" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |