QuickText
QuickText allows you to simply paste predefined texts into text fields.
ما هو QuickText؟
QuickText هو إضافة Chrome تم تطويرها بواسطة https://www.pixiz.com، والميزة الرئيسية لها هي "QuickText allows you to simply paste predefined texts into text fields.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QuickText
قم بتنزيل ملفات الامتداد QuickText بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
QuickText allows you to simply paste predefined texts into text fields. معلومات أساسية عن التمديد
| الاسم | |
| ID | neflkikppleikkghgjheajjpdjaihlch |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/quicktext/neflkikppleikkghgjheajjpdjaihlch |
| الوصف | QuickText allows you to simply paste predefined texts into text fields. |
| حجم الملف | 27.11 KB |
| عدد التثبيتات | 1,181 |
| النسخة الحالية | 0.8 |
| آخر تحديث | 2020-05-04 |
| تاريخ النشر | 2020-05-03 |
| تقييم | 4.33/5 مجموع تقييمات 6 |
| المطور | https://www.pixiz.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QuickText",
"short_name": "QuickText",
"version": "0.8",
"author": "Dady",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
},
"permissions": [
"contextMenus",
"storage",
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
}
} | |