Write.as for Chrome

Publish a thought in seconds.

什么是Write.as for Chrome?

Write.as for Chrome是由https://write.as开发的Chrome扩展程序,该扩展的主要功能是“Publish a thought in seconds.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Write.as for Chrome扩展crx文件

下载Write.as for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Write.as for Chrome Write.as for Chrome
ID olcmhdfggljfdmcamiicibfkjgdmpllf
官方URL https://chromewebstore.google.com/detail/writeas-for-chrome/olcmhdfggljfdmcamiicibfkjgdmpllf
简介 Publish a thought in seconds.
文件大小 124 KB
安装次数 287
当前版本 2.0.1
更新时间 2016-07-07
上架时间 2016-07-06
评分 4.20/5 共5次评分
开发者 https://write.as
电子邮箱 [email protected]
付费类型 free
扩展官网 https://write.as
帮助页面URL https://write.as/help
隐私政策页面URL https://write.as/privacy
支持的语言 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\/*"
        ]
    }
}