Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
ما هو Add-ons for Evernote Web App؟
Add-ons for Evernote Web App هو إضافة Chrome تم تطويرها بواسطة vlx، والميزة الرئيسية لها هي "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add-ons for Evernote Web App
قم بتنزيل ملفات الامتداد Add-ons for Evernote Web App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Updated for the new Evernote Web version: highlight text with any color, sort tables, sort lists and checklists, set any font size, justify text.
Not affiliated with Evernote Corp. معلومات أساسية عن التمديد
| الاسم | |
| ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
| الوصف | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
| حجم الملف | 27.74 KB |
| عدد التثبيتات | 2,939 |
| النسخة الحالية | 25 |
| آخر تحديث | 2020-11-20 |
| تاريخ النشر | 2019-05-09 |
| تقييم | 4.54/5 مجموع تقييمات 26 |
| المطور | vlx |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
| عنوان صفحة سياسة الخصوصية | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Add-ons for Evernote Web App",
"description": "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.",
"version": "25",
"permissions": [
"https:\/\/www.evernote.com\/",
"activeTab"
],
"web_accessible_resources": [
"en\/entextbeta.js",
"en\/entables.js",
"en\/enalpha.js",
"en\/enchecklist.js",
"en\/entblsort.js"
],
"icons": {
"16": "img\/ico16.png",
"48": "img\/ico48.png",
"128": "img\/ico128.png"
},
"browser_action": {
"default_icon": "img\/ico19.png",
"default_popup": "vlxevernote.html"
}
} | |