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 هو إضافة Chrome تم تطويرها بواسطة kentobi، والميزة الرئيسية لها هي "This extension allows the user to save certain snippts to paste in the browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Input Templates for Chrome
قم بتنزيل ملفات الامتداد Input Templates for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح 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 |
عنوان صفحة سياسة الخصوصية | 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" ] } } |