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 |
官方網址 | 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" ] } } |