TempText
Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices
TempText là gì?
TempText là một tiện ích mở rộng Chrome được phát triển bởi ramchan5916, và tính năng chính của nó là "Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices".
Ả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 TempText
Tải xuống các tệp mở rộng TempText 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
When browsing Internet sometimes you'd like to temporary store text data, e.g. email addresses, celebrity names, quantities, etc. By using TempText you save time by staying in the same browser tab, no longer needing to open notepad or other place for copy-pasting your text. You just open the popup, paste the text, press Enter and it gets stored through the chrome sessions across multiple browser windows and devices, It also allows you to edit previously inserted text entries, copy stored text to clipboard with a single click and delete the text entries that you no longer need.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TempText |
ID | acieclflijheaejbikfnkpeikogkkgio |
URL Chính Thức | https://chromewebstore.google.com/detail/temptext/acieclflijheaejbikfnkpeikogkkgio |
Mô tả | Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices |
Kích Thước Tệp | 46.78 KB |
Số Lần Cài Đặt | 1,069 |
Phiên Bản Hiện Tại | 1.0.14 |
Cập Nhật Lần Cuối | 2018-04-13 |
Ngày Phát Hành | 2018-04-13 |
Đánh Giá | 4.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | ramchan5916 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TempText", "description": "Paste and store multiple text lines and be able to copy to clipboard when needed. Text is synced across browser windows and devices", "version": "1.0.14", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+Z", "windows": "Alt+Shift+Z", "mac": "Alt+Shift+Z", "chromeos": "Alt+Shift+Z", "linux": "Alt+Shift+Z" } } }, "permissions": [ "storage" ] } |