Add-ons for Evernote Web App

Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.

Cos'è Add-ons for Evernote Web App?

Add-ons for Evernote Web App è un'estensione di Chrome sviluppata da vlx, e la sua funzione principale è "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add-ons for Evernote Web App

Scarica i file di estensione Add-ons for Evernote Web App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Add-ons for Evernote Web App Add-ons for Evernote Web App
ID bnflfnhcfikgmmcmoghhejelmefpjhek
URL Ufficiale https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek
Descrizione Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Dimensione del File 27.74 KB
Conteggio Installazioni 2,939
Versione Corrente 25
Ultimo Aggiornamento 2020-11-20
Data di Pubblicazione 2019-05-09
Valutazione 4.54/5 Totale 26 Valutazioni
Sviluppatore vlx
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://colorcab-88f01.firebaseapp.com/evernote/support.html
URL della Pagina della Politica sulla Privacy https://colorcab-88f01.firebaseapp.com/privacy-policy.html
Lingue Supportate 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"
    }
}