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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
| URL หน้าช่วยเหลือ | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
| URL หน้านโยบายความเป็นส่วนตัว | 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"
}
} | |