Web Page Canvas
An extension that lets you draw on live web pages.
Web Page Canvas क्या है?
Web Page Canvas damiang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that lets you draw on live web pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Page Canvas एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to draw on live web pages. You can use a line (brush) tool, and change its color or size. It can also be used as a Full Page screenshot tool. Features: - Brush Tool - Eraser Tool - Highlighter Tool - Color Picker - Custom Size (0 - 30) - Save full page snapshots - Manage a library with all your saved drawings ***IMPORTANT NOTE*** Reload the active tabs after installing / updating in order for the extension to work on them. Notes: * This extension does not work with pdf files, and chrome's default pages. * Drawings on pages with height > 6000 pixels cannot be saved. * Snapshots are saved in .webp format for better performance. * Some pages with heavy javascript (e.g. messenger, facebook, google-analytics), will not work due to their website's restrictions. * Removing the extension, will cause all your snapshots to be lost, but Reloading will not.
एक्सटेंशन की मूल जानकारी
नाम | Web Page Canvas |
ID | gbgigcmlilhenhgdndoejbenepgeaahc |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-page-canvas/gbgigcmlilhenhgdndoejbenepgeaahc |
विवरण | An extension that lets you draw on live web pages. |
फ़ाइल का आकार | 836 KB |
स्थापना संख्या | 1,890 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2021-01-23 |
प्रकाशन तिथि | 2019-03-19 |
रेटिंग | 3.88/5 कुल 8 रेटिंग्स |
डेवलपर | damiang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://dgiankakis.it-studies.gr/index.php/en/component/spsimpleportfolio/item/20-web-page-canvas-extension-en |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Page Canvas", "short_name": "Web Canvas", "description": "An extension that lets you draw on live web pages.", "version": "2.0.1", "icons": { "16": "images\/draw-16.png", "48": "images\/draw-48.png", "128": "images\/draw-128.png" }, "browser_action": { "default_icon": { "16": "images\/draw-16.png", "32": "images\/draw-32.png" }, "default_title": "Draw", "default_popup": "\/popup\/html\/home.html" }, "background": { "scripts": [ "background\/background.js", "background\/captureAPI.js" ], "persistent": true }, "permissions": [ " |