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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to save certain snippts to paste in the browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Input Templates for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |