Lorem Pastum
Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu
Was ist Lorem Pastum?
Lorem Pastum ist eine Chrome-Erweiterung, die von http://www.keybored.fr entwickelt wurde, und ihr Hauptmerkmal ist "Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu".
Erweiterungsscreenshots
Lorem Pastum-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lorem Pastum-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | cgnjnijaeekmclemhnnkcffcdajaknab |
Offizielle URL | https://chrome.google.com/webstore/detail/lorem-pastum/cgnjnijaeekmclemhnnkcffcdajaknab |
Beschreibung | Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu |
Dateigröße | 15.79 KB |
Installationsanzahl | 45 |
Aktuelle Version | 1.1.3 |
Letztes Update | 2017-08-28 |
Veröffentlichungsdatum | 2017-08-28 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://www.keybored.fr |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } ] } |