OpenWrite助手
安全认证简书、博客园、知乎、开源中国、掘金、思否等平台,一键群发文章。
What is OpenWrite助手?
OpenWrite助手 is a Chrome extension developed by openwrite, and its main feature is "安全认证简书、博客园、知乎、开源中国、掘金、思否等平台,一键群发文章。".
Extension Screenshots
Download OpenWrite助手 Extension CRX File
Download OpenWrite助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
安全认证简书、CSDN、51CTO、开源中国、掘金、思否等平台,免登陆发布文章。 OpenWrite助手是一款帮助科技媒体运营的账号管理工具,支持10+个科技类主流平台的账号管理。支持Markdown编辑文章,并且可以轻松一键分发到全网科技平台。 OpenWrite在征得用户同意的情况下,获取用户登录状态信息(无须账号、密码信息)帮助用户实现跨平台的多账号管理,同时以此作为基础来实现多平台的一键分发功能。所有获取用户账号信息的行为,已在OpenWrite用户协议中告知用户,仅用于账号授权和发文,不做其他商业或违法的操作。 隐私策略:https://openwrite.cn/privacy-policy-2/
Extension Basic Information
Name | |
ID | okekafehmillkoepgamjddgljlfgdenm |
Official URL | https://chrome.google.com/webstore/detail/openwrite%E5%8A%A9%E6%89%8B/okekafehmillkoepgamjddgljlfgdenm |
Description | 安全认证简书、博客园、知乎、开源中国、掘金、思否等平台,一键群发文章。 |
File Size | 23.32 KB |
Installation Count | 425 |
Current Version | 1.1.2 |
Last Updated | 2020-10-17 |
Publish Date | 2020-10-17 |
Rating | 3.17/5 Total 6 Ratings |
Developer | openwrite |
Payment Type | free |
Privacy Policy Page URL | https://openwrite.cn/privacy-policy-2 |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OpenWrite\u52a9\u624b", "version": "1.1.2", "description": "\u5b89\u5168\u8ba4\u8bc1\u7b80\u4e66\u3001\u535a\u5ba2\u56ed\u3001\u77e5\u4e4e\u3001\u5f00\u6e90\u4e2d\u56fd\u3001\u6398\u91d1\u3001\u601d\u5426\u7b49\u5e73\u53f0\uff0c\u4e00\u952e\u7fa4\u53d1\u6587\u7ae0\u3002", "icons": { "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.openwrite.cn\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/lib\/marked.min.js", "js\/utils.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "unlimitedStorage", "cookies", "notifications", "clipboardRead", "clipboardWrite", "webRequest", "webRequestBlocking", "*:\/\/jianshu.com\/*", "*:\/\/*.jianshu.com\/*", "*:\/\/*.csdn.net\/*", "*:\/\/*.51cto.com\/*", "*:\/\/juejin.im\/*", "*:\/\/*.juejin.im\/*", "*:\/\/*.oschina.net\/*", "*:\/\/segmentfault.com\/*", "*:\/\/*.cnblogs.com\/*", "*:\/\/*.zhihu.com\/*", "*:\/\/*.spring4all.com\/*", "*:\/\/*.toutiao.com\/*", "*:\/\/aijishu.com\/*", "*:\/\/*.imooc.com\/*", "*:\/\/*.openwrite.cn\/*", "*:\/\/*.anoyi.com\/*", "*:\/\/*.baidu.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/*.nlark.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/*.openwrite.cn\/*" ] } } |