Paste Lorem Ipsum...
Right click on a text field or textarea to insert the Lorem Ipsum text.
Wat is Paste Lorem Ipsum...?
Paste Lorem Ipsum... is een Chrome-extensie ontwikkeld door https://daki.me, en de belangrijkste functie is "Right click on a text field or textarea to insert the Lorem Ipsum text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Paste Lorem Ipsum...
Download Paste Lorem Ipsum...-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Right click on a text field or textarea to insert the Lorem Ipsum text. Basisinformatie over de Extensie
| Naam | |
| ID | femdappdcngafbefbkfllghlghmfclld |
| Officiële URL | https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld |
| Beschrijving | Right click on a text field or textarea to insert the Lorem Ipsum text. |
| Bestandsgrootte | 15.86 KB |
| Aantal Installaties | 59 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2020-10-13 |
| Publicatiedatum | 2020-10-13 |
| Ontwikkelaar | https://daki.me |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.3",
"icons": {
"128": "icon_256.png",
"256": "icon_256.png"
},
"permissions": [
"activeTab",
"contextMenus"
],
"background": {
"scripts": [
"background.bundle.js"
]
},
"commands": {
"paste-lorem-ipsum": {
"suggested_key": {
"default": "Ctrl+L"
},
"description": "__MSG_paste__"
}
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
} | |