Lorem Pastum
Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu
Lorem Pastum là gì?
Lorem Pastum là một tiện ích mở rộng Chrome được phát triển bởi http://www.keybored.fr, và tính năng chính của nó là "Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu".
Ả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 Lorem Pastum
Tải xuống các tệp mở rộng Lorem Pastum 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
This app provides 3 types of Lorem Ipsum text, available from Chrome's context menu (right click) : a single sentence, a whole small paragraph and a long paragraph. Also works with javascript editors like tinyMCE and CKeditor, and so it's working with Wordpress ! This project is also available on github, and open to pull requests : https://github.com/tameroski/Lorem-Pastum
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cgnjnijaeekmclemhnnkcffcdajaknab |
URL Chính Thức | https://chrome.google.com/webstore/detail/lorem-pastum/cgnjnijaeekmclemhnnkcffcdajaknab |
Mô tả | Fill textareas and input fields with Lorem Ipsum text straight from Chrome's context menu |
Kích Thước Tệp | 15.79 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2017-08-28 |
Ngày Phát Hành | 2017-08-28 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.keybored.fr |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "default_locale": "en", "permissions": [ "clipboardRead", "contextMenus" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |