Write on Web
This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web
Write on Web क्या है?
Write on Web Avneesh Kumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Write on Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This app is is used to draw on the web pages and is very similar to the Edge Browser write on web feature. This is a very good utility app when you are in a presentation and you want to highlight some of the features while presenting from webpages. You can draw on the webpages instantly by clicking the icon and remove the drawn content by clicking on the button again. This is on great use when using on the touch screen devices and you can just start drawing on the webpages. If you face any difficulty please comment down. I am an indie developer and if you want more feature then comment it down too.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fhdnnnonejjamkdfpeckggkaejdjhpen |
आधिकारिक URL | https://chrome.google.com/webstore/detail/write-on-web/fhdnnnonejjamkdfpeckggkaejdjhpen |
विवरण | This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web |
फ़ाइल का आकार | 67.9 KB |
स्थापना संख्या | 40,000 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2017-01-27 |
प्रकाशन तिथि | 2017-01-27 |
रेटिंग | 3.60/5 कुल 40 रेटिंग्स |
डेवलपर | Avneesh Kumar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Write on Web", "short_name": "WoW", "version": "0.0.9", "manifest_version": 2, "description": "This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web", "homepage_url": "https:\/\/github.com\/avneeshkumar\/WriteOnWeb", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icons\/Note-16.png", "24": "icons\/Note-24.png", "32": "icons\/Note-32.png", "48": "icons\/Note-48.png", "128": "icons\/Note-128.png" }, "browser_action": { "default_icon": "icons\/Note-128.png", "default_title": "Write on Web" }, "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |