Epic Pen

Highlight text on web pages.

Τι είναι το Epic Pen;

Το Epic Pen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Epic Software, και η κύρια λειτουργία του είναι "Highlight text on web pages.".

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

screenshot

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

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

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

                        Epic Pen allows you highlight text on any website.

Simply select the text in the same way as you would to copy and paste then right click and choose the highlighter option plus your choice of colour (Yellow, Pink, Blue or Green).

Your highlighted text will still be there whenever you return to that page anytime in the future and you can highlight text on as many sites a you wish.

To undo your work move the curser over the text, an x will appear, click the x to undo that piece of highlighting.  

Epic Pen also features a black marker option.
 
Whether you are a studying, doing research or just want to leave yourself a reminder of something that interests you soon you will be wondering how you managed without Epic Pen.

For any questions comments support or updates please visit us at epicpen.eu                    

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

Όνομα Epic Pen Epic Pen
ID lmpaoaojpkdbckekiaopipbdocabghbl
Επίσημο URL https://chromewebstore.google.com/detail/epic-pen/lmpaoaojpkdbckekiaopipbdocabghbl
Περιγραφή Highlight text on web pages.
Μέγεθος Αρχείου 333 KB
Αριθμός Εγκαταστάσεων 143
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2017-02-21
Ημερομηνία Δημοσίευσης 2017-02-21
Προγραμματιστής Epic Software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://epicpen.eu
Υποστηριζόμενες Γλώσσες en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Epic Pen",
    "background": {
        "persistent": false,
        "scripts": [
            "static\/js\/purl.min.js",
            "static\/js\/pouchdb-3.6.0.min.js",
            "static\/js\/pouchdb.replication-stream.min.js",
            "static\/js\/pouchdb.load.min.js",
            "js\/storage.js",
            "js\/string_utils.js",
            "js\/background\/database.js",
            "js\/background\/tabs.js",
            "js\/background\/context_menus.js",
            "js\/background\/event_page.js"
        ]
    },
    "commands": {
        "apply_highlight.0": {
            "description": "Apply Highlight #1"
        },
        "delete_hovered_highlight": {
            "description": "Remove highlight"
        },
        "undo_last_create_highlight": {
            "description": "Undo"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "Highlight text on web pages.",
    "icons": {
        "128": "static\/images\/128.png",
        "16": "static\/images\/16.png",
        "19": "static\/images\/19.png",
        "256": "static\/images\/256.png",
        "32": "static\/images\/32.png",
        "38": "static\/images\/38.png",
        "48": "static\/images\/48.png",
        "64": "static\/images\/64.png",
        "96": "static\/images\/96.png"
    },
    "manifest_version": 2,
    "name": "Epic Pen",
    "browser_action": {
        "default_icon": {
            "19": "static\/images\/19.png",
            "38": "static\/images\/38.png"
        },
        "default_title": "Epic Pen"
    },
    "permissions": [
        "clipboardWrite",
        "tts",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "webNavigation",
        "tabs",
        ""
    ],
    "version": "1.0.0"
}