Web Paint
Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!
Qu'est-ce que Web Paint ?
Web Paint est une extension Chrome développée par Web Tools, et sa fonction principale est "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web Paint
Téléchargez les fichiers d'extension Web Paint 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
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!!
Informations de Base sur l'Extension
Nom | Web Paint |
ID | gennnndepkflndgcjajggdhclmghkpdl |
URL Officiel | https://chromewebstore.google.com/detail/web-paint/gennnndepkflndgcjajggdhclmghkpdl |
Description | Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint! |
Taille du Fichier | 100 KB |
Nombre d'Installations | 28,396 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2022-11-23 |
Date de Publication | 2021-01-08 |
Évaluation | 2.32/5 Total 25 Évaluations |
Développeur | Web Tools |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |