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 vlx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Add-ons for Evernote Web App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Add-ons for Evernote Web App Add-ons for Evernote Web App
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"
    }
}