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

Cos'è Write on Web?

Write on Web è un'estensione di Chrome sviluppata da Avneesh Kumar, e la sua funzione principale è "This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Write on Web

Scarica i file di estensione Write on Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Write on Web Write on Web
ID fhdnnnonejjamkdfpeckggkaejdjhpen
URL Ufficiale https://chrome.google.com/webstore/detail/write-on-web/fhdnnnonejjamkdfpeckggkaejdjhpen
Descrizione This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web
Dimensione del File 67.9 KB
Conteggio Installazioni 40,000
Versione Corrente 0.0.9
Ultimo Aggiornamento 2017-01-27
Data di Pubblicazione 2017-01-27
Valutazione 3.60/5 Totale 40 Valutazioni
Sviluppatore Avneesh Kumar
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}