Write.as for Chrome

Publish a thought in seconds.

Co je Write.as for Chrome?

Write.as for Chrome je rozšíření Chrome vyvinuté https://write.as, a jeho hlavní funkcí je „Publish a thought in seconds.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Write.as for Chrome

Stáhněte si soubory rozšíření Write.as for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Write.as for Chrome Write.as for Chrome
ID olcmhdfggljfdmcamiicibfkjgdmpllf
Oficiální URL https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf
Popis Publish a thought in seconds.
Velikost souboru 124 KB
Počet instalací 287
Aktuální Verze 2.0.1
Poslední Aktualizace 2016-07-07
Datum Vydání 2016-07-06
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář https://write.as
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://write.as
URL Stránky Nápovědy https://write.as/help
URL Stránky Zásad Ochrany Soukromí https://write.as/privacy
Podporované Jazyky 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\/*"
        ]
    }
}