Paste Lorem Ipsum...
Right click on a text field or textarea to insert the Lorem Ipsum text.
Paste Lorem Ipsum... là gì?
Paste Lorem Ipsum... là một tiện ích mở rộng Chrome được phát triển bởi https://daki.me, và tính năng chính của nó là "Right click on a text field or textarea to insert the Lorem Ipsum text.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Paste Lorem Ipsum...
Tải xuống các tệp mở rộng Paste Lorem Ipsum... dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Right click on a text field or textarea to insert the Lorem Ipsum text.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Paste Lorem Ipsum... |
ID | femdappdcngafbefbkfllghlghmfclld |
URL Chính Thức | https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld |
Mô tả | Right click on a text field or textarea to insert the Lorem Ipsum text. |
Kích Thước Tệp | 15.86 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-10-13 |
Ngày Phát Hành | 2020-10-13 |
Nhà Phát Triển | https://daki.me |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |