Highly Highlighter

Highlight to share.

Qu'est-ce que Highly Highlighter ?

Highly Highlighter est une extension Chrome développée par http://highly.co, et sa fonction principale est "Highlight to share.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Highly Highlighter

Téléchargez les fichiers d'extension Highly Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Highly Highlighter Highly Highlighter
ID hjpahjhcglfdopbholajmhpamgblhjhg
URL Officiel https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg
Description Highlight to share.
Taille du Fichier 1.29 MB
Nombre d'Installations 8,616
Version Actuelle 3.18
Dernière Mise à Jour 2018-11-13
Date de Publication 2018-11-13
Évaluation 4.30/5 Total 388 Évaluations
Développeur http://highly.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.highly.co
URL de la Page d'Aide http://www.highly.co/howto
URL de la Page de Politique de Confidentialité http://www.highly.co/legal
Langues Prises en Charge 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"
    }
}