Paste Lorem Ipsum...
Right click on a text field or textarea to insert the Lorem Ipsum text.
Что такое Paste Lorem Ipsum...?
Paste Lorem Ipsum... - это расширение Chrome, разработанное https://daki.me, и его основная функция - "Right click on a text field or textarea to insert the Lorem Ipsum text.".
Снимки экрана расширения
Скачать файл CRX расширения Paste Lorem Ipsum...
Скачайте файлы расширений Paste Lorem Ipsum... в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Right click on a text field or textarea to insert the Lorem Ipsum text. Основная информация о расширении
| Название | |
| ID | femdappdcngafbefbkfllghlghmfclld |
| Официальный URL | https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld |
| Описание | Right click on a text field or textarea to insert the Lorem Ipsum text. |
| Размер файла | 15.86 KB |
| Количество установок | 59 |
| Текущая Версия | 1.3 |
| Последнее Обновление | 2020-10-13 |
| Дата публикации | 2020-10-13 |
| Разработчик | https://daki.me |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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'"
} | |