Evernote Web Highlight Tool

Highlight text in Evernote Web with any color using shortcut "Ctrl (Control on macOS) + Shift + h".

Wat is Evernote Web Highlight Tool?

Evernote Web Highlight Tool is een Chrome-extensie ontwikkeld door http://ihainan.me, en de belangrijkste functie is "Highlight text in Evernote Web with any color using shortcut "Ctrl (Control on macOS) + Shift + h".".

Extensie Screenshots

Download het CRX-bestand van de extensie Evernote Web Highlight Tool

Download Evernote Web Highlight Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Evernote Web Highlight Tool Evernote Web Highlight Tool
ID pfjhdmfipngjpikphjjanhidiaiodggj
Officiële URL https://chrome.google.com/webstore/detail/evernote-web-highlight-to/pfjhdmfipngjpikphjjanhidiaiodggj
Beschrijving Highlight text in Evernote Web with any color using shortcut "Ctrl (Control on macOS) + Shift + h".
Bestandsgrootte 59.15 KB
Aantal Installaties 266
Huidige Versie 1.1
Laatst Bijgewerkt 2019-01-14
Publicatiedatum 2019-01-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://ihainan.me
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evernote Web Highlight Tool",
    "version": "1.1",
    "description": "Highlight text in Evernote Web with any color using shortcut \"Ctrl (Control on macOS) + Shift + h\".",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.evernote.com\/*\/web*"
            ],
            "js": [
                "js\/hotkeys.min.js",
                "js\/highlight.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2
}