Web Paint
Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!
Τι είναι το Web Paint;
Το Web Paint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Web Tools, και η κύρια λειτουργία του είναι "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Web Paint
Λήψη αρχείων επέκτασης Web Paint σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Web Paint app includes drawing tools and add texts to any websites. Then you can take screenshot and save to your hard drive. Paint tools: Line tool can draw a line. Insert text into website with selected color and transparency. Eyedropper can choose color from the web. Pencil is for draw line with selected line width and color. Eraser tool erase part of drawings. App contains more paint tools. Web Paint includes screenshot tool. Take a screenshot of current website with your drawings and save to your hard drive. Just click on the app icon and your painting can begin!!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Web Paint |
ID | gennnndepkflndgcjajggdhclmghkpdl |
Επίσημο URL | https://chromewebstore.google.com/detail/web-paint/gennnndepkflndgcjajggdhclmghkpdl |
Περιγραφή | Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint! |
Μέγεθος Αρχείου | 100 KB |
Αριθμός Εγκαταστάσεων | 28,396 |
Τρέχουσα Έκδοση | 1.3.2 |
Τελευταία Ενημέρωση | 2022-11-23 |
Ημερομηνία Δημοσίευσης | 2021-01-08 |
Αξιολόγηση | 2.32/5 Συνολικά 25 Αξιολογήσεις |
Προγραμματιστής | Web Tools |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "\/lib\/jquery.min.js", "\/background\/background.js" ] }, "browser_action": { "default_icon": [], "default_title": "Web Paint" }, "description": "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Web Paint", "options_page": "\/background\/options.html", "permissions": [ "storage", "activeTab" ], "short_name": "Web Paint", "version": "1.3.2", "web_accessible_resources": [ "\/lib\/jquery.min.js" ] } |