Highly Highlighter

Highlight to share.

Τι είναι το Highly Highlighter;

Το Highly Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://highly.co, και η κύρια λειτουργία του είναι "Highlight to share.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Highly Highlighter

Λήψη αρχείων επέκτασης Highly Highlighter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Highly Highlighter Highly Highlighter
ID hjpahjhcglfdopbholajmhpamgblhjhg
Επίσημο URL https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg
Περιγραφή Highlight to share.
Μέγεθος Αρχείου 1.29 MB
Αριθμός Εγκαταστάσεων 8,616
Τρέχουσα Έκδοση 3.18
Τελευταία Ενημέρωση 2018-11-13
Ημερομηνία Δημοσίευσης 2018-11-13
Αξιολόγηση 4.30/5 Συνολικά 388 Αξιολογήσεις
Προγραμματιστής http://highly.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.highly.co
Διεύθυνση URL της Σελίδας Βοήθειας http://www.highly.co/howto
URL της Σελίδας Πολιτικής Απορρήτου http://www.highly.co/legal
Υποστηριζόμενες Γλώσσες 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"
    }
}