G RTF: Plain to Rich Text
GRTF is Rich Text Format for Google Forms, Twitter, and other non-RTF text boxes... This version is dedicated to #LJTECHi3.
ما هو G RTF: Plain to Rich Text؟
G RTF: Plain to Rich Text هو إضافة Chrome تم تطويرها بواسطة https://edugoogdroid.com، والميزة الرئيسية لها هي "GRTF is Rich Text Format for Google Forms, Twitter, and other non-RTF text boxes... This version is dedicated to #LJTECHi3.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة G RTF: Plain to Rich Text
قم بتنزيل ملفات الامتداد G RTF: Plain to Rich Text بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
𝑪𝒉𝒂𝒏𝒈𝒆 𝑳𝒐𝒈: v2.2.1.37
🔸 Different layout/look
𝗜𝗡𝗦𝗧𝗥𝗨𝗖𝗧𝗜𝗢𝗡𝗦: Select text > Right-click on selected text > Mouse-over Format > Select format type > Paste over selected text (CTRL+V, or right-click on selected text and select paste).
𝘎𝘦𝘯𝘦𝘳𝘢𝘭 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯: This extension converts plain text to rich text in places like Google Forms, Twitter, Facebook and t̲h̲i̲s̲ explanation with G-RTF!
𝐆𝐨𝐨𝐠𝐥𝐞 𝐄𝐝𝐮 𝗜𝗻𝗻𝗼𝘃𝗮𝘁𝗼𝗿 #𝗩𝗜𝗔𝟮𝟬: How might we help educators emphasize key points in Google Forms so students can better understand the instructions? By using a Chrome Extension that converts simple text to rich text, educators can create better instructions.
𝘿𝙀𝘿𝙄𝘾𝘼𝙏𝙄𝙊𝙉𝙎:
🔸 This is for the supportive team @LaJoyaISDEdTech #LJTECHi3 who belived in me and cheered me on.
🔸 My wife and family who had to deal with my crazy antics.
🔸 GEG-SOUTX community for the support and encoragement.
🔸 The #GoogleEI community for supporting me through the #VIA20 Final Showcase. Thank you for your advice @karrieweb2004 @jentechnology @claycodes @pertuzluisfer and many more.
🔸 Dr. Corbeil, Dr. Corbeil, and my other M.Ed. in EdTech professors for the encourgement.
🔸 Dr. Alexander for promoting this extension. Check out her video - https://youtu.be/DFC45a4ZKLo
🔸 ...and many more for the inspiration and encouragement.
𝗩𝗲𝗿𝘀𝗶𝗼𝗻 𝗠𝗲𝗮𝗻𝗶𝗻𝗴:
𝕍.𝕄.𝔹.𝕊
𝗩 - Full 𝗩ersion Update.
𝗠 - Extension 𝗠anifest Version.
𝗕 - Code 𝗕uild Attempt or minor changes.
𝗦 - Webstore 𝗦ubmission Attempt or minor changes. معلومات أساسية عن التمديد
| الاسم | |
| ID | mogceicjmeopokfnobebnoepladkifdn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/g-rtf-plain-to-rich-text/mogceicjmeopokfnobebnoepladkifdn |
| الوصف | GRTF is Rich Text Format for Google Forms, Twitter, and other non-RTF text boxes... This version is dedicated to #LJTECHi3. |
| حجم الملف | 27.75 KB |
| عدد التثبيتات | 1,094 |
| النسخة الحالية | 2.2.37.1 |
| آخر تحديث | 2021-08-22 |
| تاريخ النشر | 2021-03-24 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://edugoogdroid.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://eduGOOGdroid.com/g/rtf |
| عنوان صفحة المساعدة | https://eduGOOGdroid.com/g/rtf |
| عنوان صفحة سياسة الخصوصية | https://www.edugoogdroid.com/g/cws-privacy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "G RTF: Plain to Rich Text",
"version": "2.2.37.1",
"description": "GRTF is Rich Text Format for Google Forms, Twitter, and other non-RTF text boxes... This version is dedicated to #LJTECHi3.",
"permissions": [
"contextMenus",
"clipboardRead",
"clipboardWrite"
],
"homepage_url": "http:\/\/edugoogdroid.com\/g\/rtf",
"short_name": "G-RTF",
"background": {
"scripts": [
".\/content\/bg_content.js",
".\/content\/bg_convert.js",
".\/content\/bg_context.js"
]
},
"browser_action": {
"default_icon": {
"16": "images\/rtf16.png",
"48": "images\/rtf48.png",
"128": "images\/rtf128.png",
"256": "images\/rtf256.png"
},
"default_title": "G RTF",
"default_popup": ".\/content\/popup.html"
},
"icons": {
"16": "images\/rtf16.png",
"48": "images\/rtf48.png",
"128": "images\/rtf128.png",
"256": "images\/rtf256.png"
},
"manifest_version": 2
} | |