Write.as for Chrome

Publish a thought in seconds.

Wat is Write.as for Chrome?

Write.as for Chrome is een Chrome-extensie ontwikkeld door https://write.as, en de belangrijkste functie is "Publish a thought in seconds.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Write.as for Chrome

Download Write.as for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Write.as for Chrome lets you publish a thought in seconds — no sign up required.

All posts private by default — only those you send your URL to will see what you've posted. But you can also start a blog in seconds, sync posts you create with the Chrome extension, and easily capture text around the web.

See the full changelog at https://write.as/changelog-paste.html

This extension is open source! Read and report issues or contribute at https://github.com/writeas/paste-chrome                    

Basisinformatie over de Extensie

Naam Write.as for Chrome Write.as for Chrome
ID olcmhdfggljfdmcamiicibfkjgdmpllf
Officiële URL https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf
Beschrijving Publish a thought in seconds.
Bestandsgrootte 124 KB
Aantal Installaties 287
Huidige Versie 2.0.1
Laatst Bijgewerkt 2016-07-07
Publicatiedatum 2016-07-06
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://write.as
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://write.as
Help Pagina-URL https://write.as/help
URL van de Privacybeleid Pagina https://write.as/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Write.as for Chrome",
    "short_name": "Write.as",
    "description": "Publish a thought in seconds.",
    "version": "2.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon76.png"
        },
        "default_popup": "popup.html",
        "default_title": "Publish this"
    },
    "background": {
        "scripts": [
            "context.js",
            "H.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "*:\/\/*.write.as\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.write.as\/*"
        ]
    }
}