Input Templates for Chrome
This extension allows the user to save certain snippts to paste in the browser.
什么是Input Templates for Chrome?
Input Templates for Chrome是由kentobi开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to save certain snippts to paste in the browser.”。
扩展截图
下载Input Templates for Chrome扩展crx文件
下载Input Templates for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Input Templates for Chrome |
ID | pdmobinifokmadodnolflhbiafeocmjf |
官方URL | https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf |
简介 | This extension allows the user to save certain snippts to paste in the browser. |
文件大小 | 1.08 MB |
安装次数 | 132 |
当前版本 | 1.0 |
更新时间 | 2017-12-28 |
上架时间 | 2017-12-28 |
评分 | 5.00/5 共1次评分 |
开发者 | kentobi |
付费类型 | free |
隐私政策页面URL | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
支持的语言 | 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" ] } } |