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" ] } } |