Input Templates for Chrome
This extension allows the user to save certain snippts to paste in the browser.
Input Templates for Chrome là gì?
Input Templates for Chrome là một tiện ích mở rộng Chrome được phát triển bởi kentobi, và tính năng chính của nó là "This extension allows the user to save certain snippts to paste in the browser.".
Ả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 Input Templates for Chrome
Tải xuống các tệp mở rộng Input Templates for Chrome 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
With this extension, you can save small text portions, for example your email address or you street name. Then you can right click on any input field on any webpage and select the saved text to make the input automatically! It's the first version -> many improvements to come!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Input Templates for Chrome |
ID | pdmobinifokmadodnolflhbiafeocmjf |
URL Chính Thức | https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf |
Mô tả | This extension allows the user to save certain snippts to paste in the browser. |
Kích Thước Tệp | 1.08 MB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-12-28 |
Ngày Phát Hành | 2017-12-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | kentobi |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Input Templates for Chrome", "description": "This extension allows the user to save certain snippts to paste in the browser.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "\/js\/jquery-3.2.1.min.js", "\/js\/background.js" ] } } |