Chromum ipsum
Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed
Chromum ipsum là gì?
Chromum ipsum là một tiện ích mở rộng Chrome được phát triển bởi jonas.u.peterson, và tính năng chính của nó là "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed".
Ả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 Chromum ipsum
Tải xuống các tệp mở rộng Chromum 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
Creates Lorum ipsum in nine predefined sizes and stores it on the computers clip board. On the options page can you set which buttons on the display that should be shown. You could use keyboard shortcuts to control the extension: Open extension Win: Ctrl+Shift+L Mac: Command+Shift+L Get three sentences Win: Ctrl+Shift+2 Mac: Command+Shift+2 Get three paragraphs Win: Ctrl+Shift+3 Mac: Command+Shift+3
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chromum ipsum |
ID | khejbmnofemhjohcnpljapkkjkehnagm |
URL Chính Thức | https://chromewebstore.google.com/detail/chromum-ipsum/khejbmnofemhjohcnpljapkkjkehnagm |
Mô tả | Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed |
Kích Thước Tệp | 13.03 KB |
Số Lần Cài Đặt | 389 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2016-12-23 |
Ngày Phát Hành | 2016-12-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | jonas.u.peterson |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://advisesolutions.se |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chromum ipsum", "manifest_version": 2, "version": "1.5", "description": "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed", "icons": { "32": "images\/chromumipsum.png" }, "browser_action": { "default_title": "Chromum ipsum", "default_icon": "images\/chromumipsum.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "permissions": [ "storage" ], "commands": { "most-popular-sentence": { "suggested_key": { "default": "Ctrl+Shift+2", "mac": "Command+Shift+2" }, "description": "Get most popular sentence", "global": true }, "most-popular-paragraphs": { "suggested_key": { "default": "Ctrl+Shift+3", "mac": "Command+Shift+3" }, "description": "Get most popular paragraph", "global": true }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |