微信公众号全屏写作
让微信公众号编辑器支持全屏写作。
What is 微信公众号全屏写作?
微信公众号全屏写作 is a Chrome extension developed by leadream4, and its main feature is "让微信公众号编辑器支持全屏写作。".
Extension Screenshots
Download 微信公众号全屏写作 Extension CRX File
Download 微信公众号全屏写作 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
当我们在微信公众号后台写作时,会发现编辑器的区域很小,很多地方都被底部的操作条和顶部的标题占据。这款插件能帮你完美解决这个问题,安装好这款插件后,你可以点击浏览器右上角插件图标来扩大编辑区域,再次点击可以还原。
Extension Basic Information
Name | 微信公众号全屏写作 |
ID | dehagjgefepfeldnhgalganefodnbcfk |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7%E5%85%A8%E5%B1%8F%E5%86%99%E4%BD%9C/dehagjgefepfeldnhgalganefodnbcfk |
Description | 让微信公众号编辑器支持全屏写作。 |
File Size | 9.22 KB |
Installation Count | 110 |
Current Version | 1.5.0 |
Last Updated | 2019-04-11 |
Publish Date | 2019-04-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | leadream4 |
Payment Type | free |
Extension Website | https://juuun.io |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5fae\u4fe1\u516c\u4f17\u53f7\u5168\u5c4f\u5199\u4f5c", "version": "1.5.0", "description": "\u8ba9\u5fae\u4fe1\u516c\u4f17\u53f7\u7f16\u8f91\u5668\u652f\u6301\u5168\u5c4f\u5199\u4f5c\u3002", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "\u5fae\u4fe1\u516c\u4f17\u53f7\u5168\u5c4f\u5199\u4f5c" }, "content_scripts": [ { "matches": [ "*:\/\/mp.weixin.qq.com\/*" ], "css": [ "editor.css" ] } ], "permissions": [ "*:\/\/mp.weixin.qq.com\/*" ] } |