Paste Lorem Ipsum...
Right click on a text field or textarea to insert the Lorem Ipsum text.
Paste Lorem Ipsum...とは何ですか?
Paste Lorem Ipsum...はhttps://daki.meによって開発されたChromeの拡張機能で、その主な機能は「Right click on a text field or textarea to insert the Lorem Ipsum text.」です。
拡張機能のスクリーンショット
Paste Lorem Ipsum...拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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'"
} | |