Web Paint
Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!
Vad är Web Paint?
Web Paint är en Chrome-tillägg utvecklad av Web Tools, och dess huvudfunktion är "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!".
Tilläggsskärmbilder
Ladda ner Web Paint-förlängningens CRX-fil
Ladda ner Web Paint-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!!
Grundläggande Information om Tillägg
Namn | Web Paint |
ID | gennnndepkflndgcjajggdhclmghkpdl |
Officiell webbadress | https://chromewebstore.google.com/detail/web-paint/gennnndepkflndgcjajggdhclmghkpdl |
Beskrivning | Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint! |
Filstorlek | 100 KB |
Antal Installationer | 28,396 |
Aktuell Version | 1.3.2 |
Senast Uppdaterad | 2022-11-23 |
Publiceringsdatum | 2021-01-08 |
Betyg | 2.32/5 Totalt 25 Betyg |
Utvecklare | Web Tools |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |