Paint Tool - Marker for Chrome

Draw anything (shapes, lines or add text) right on websites in real time and taking a screenshot!

Τι είναι το Paint Tool - Marker for Chrome;

Το Paint Tool - Marker for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://paint-tools.com, και η κύρια λειτουργία του είναι "Draw anything (shapes, lines or add text) right on websites in real time and taking a screenshot!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Paint Tool - Marker for Chrome

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

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

                        Accustomed to reading books and highlighting important texts or just  wanted to draw on any website in real time in the comfort of your browser? This simple extension will help you on it! 

All tools as in MS Paint but only in your browser. 

Paint Tool - is a simple to use free extension that allows you to create and save quick and fun drawings while using Chrome! It can also be used as a Full Page screenshot tool.

Extension paint tool is absolutely lite weight and completely free app which can be used for educational purpose and introducing anyone to drawing right from your browser. It can be used to practice the alphabet and numbers and paintings while educating.

Features:
 - Pencil tool
 - Text tool
 - Bucket fill tool
 - Line tool
 - Quadratic curve
 - Bezier curve
 - Polygon tool
 - Ellipse tool
 - Eyedropper tool
 - Larger color palette
 - Screenshot tool

 ✔️ Screenshot maker!
 ✔️ All  extension "Paint Tool - Marker for Chrome" tools with adjustable thickness and preset color!
 ✔️ Current drawings are automatically saved!
 ✔️ Change transparency using the watch face in the toolbar!
 ✔️ Convenient hotkey settings for quick tool use.

Our chrome extension absolutely free and will definitely improve your chrome browser. Paint Tool allows you to draw random figures, lines, squares, circles and insert a text right on the webpage. 

*** Important Notice ***
After installation / update, please reload the active tabs in your browser for the extension to work.

We hope you find our extension useful! We are waiting for your feedback and ratings!                    

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

Όνομα Paint Tool - Marker for Chrome Paint Tool - Marker for Chrome
ID nadohmjilefnhjobhhlnnddplaklmnnp
Επίσημο URL https://chrome.google.com/webstore/detail/paint-tool-marker-for-chr/nadohmjilefnhjobhhlnnddplaklmnnp
Περιγραφή Draw anything (shapes, lines or add text) right on websites in real time and taking a screenshot!
Μέγεθος Αρχείου 231 KB
Αριθμός Εγκαταστάσεων 283,759
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2022-11-08
Ημερομηνία Δημοσίευσης 2020-10-13
Αξιολόγηση 4.45/5 Συνολικά 3883 Αξιολογήσεις
Προγραμματιστής http://paint-tools.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.paint-tools.com/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Paint Tool",
        "default_icon": "images\/icon38.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/javascript\/jquery-3.2.1.min.js",
                "\/javascript\/canvas.min.js"
            ],
            "css": [
                "\/styles\/modal.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}