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 |
| 官方網址 | 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'"
} | |