Highly Highlighter

Highlight to share.

Was ist Highly Highlighter?

Highly Highlighter ist eine Chrome-Erweiterung, die von http://highly.co entwickelt wurde, und ihr Hauptmerkmal ist "Highlight to share.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Highly Highlighter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Highly Highlighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Highlight the web to share the important parts. Highly is the Highlighter Button that your browser, iPhone and iPad apps have been missing.

Highlight anything. Save and share highlights, right as you read. Highly works darn near everywhere.

Stories are better together. Follow friends on Highly, or post to social apps. Send highlights quickly to anybody.                    

Grundlegende Informationen zur Erweiterung

Name Highly Highlighter Highly Highlighter
ID hjpahjhcglfdopbholajmhpamgblhjhg
Offizielle URL https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg
Beschreibung Highlight to share.
Dateigröße 1.29 MB
Installationsanzahl 8,616
Aktuelle Version 3.18
Letztes Update 2018-11-13
Veröffentlichungsdatum 2018-11-13
Bewertung 4.30/5 Insgesamt 388 Bewertungen
Entwickler http://highly.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.highly.co
Hilfeseite URL http://www.highly.co/howto
URL der Datenschutzrichtlinien-Seite http://www.highly.co/legal
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highly Highlighter",
    "short_name": "Highly",
    "description": "Highlight to share.",
    "version": "3.18",
    "options_page": "html\/highly_options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "javascript\/foundation-chrome-background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "js": [
                "javascript\/foundation-chrome-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Highly \u2192 Type [ ! ] to Highlight",
        "default_icon": "\/images\/chrome-button-off.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png",
        "html\/highly_welcome.html",
        "fonts\/*",
        "images\/*"
    ],
    "icons": {
        "16": "images\/hicon_16.png",
        "32": "images\/hicon_32.png",
        "48": "images\/hicon_48.png",
        "128": "images\/hicon_128.png"
    }
}