转发通
右键一键转发网页内容到Discuz,Wordpress,Gmail,网易邮箱等服务中
What is 转发通?
转发通 is a Chrome extension developed by https://danding.net, and its main feature is "右键一键转发网页内容到Discuz,Wordpress,Gmail,网易邮箱等服务中".
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
浏览网页时,选中感兴趣的文字或者图片,点击右键选择 转发通 能够让你迅速的转发相关内容到对应的产品。如果没有选择任何内容点击右键转发,转发通会智能分析匹配网页正文,让你使用更快捷方便。 请确保要转发的产品都处于登录状态。 更新日志: 2016.01.14 新增输出Source功能1.0.6 2015.12.31 新增Markdown转换1.0.5 2013.08.31 新增好评链接1.0.4 2013.07.28 新增Yeah.net兼容,优化智能分析版本1.0.3 2013.07.20 优化链接和Logo版本1.0.2 2013.07.03 优化代码,增加特殊解析配置1.0.1 2013.07.03 发布正式版本1.0 2013.04.18 正式立项开发
Extension Basic Information
Name | 转发通 |
ID | dmfpbcpnalcmalociboepodmpfefnlie |
Official URL | https://chromewebstore.google.com/detail/%E8%BD%AC%E5%8F%91%E9%80%9A/dmfpbcpnalcmalociboepodmpfefnlie |
Description | 右键一键转发网页内容到Discuz,Wordpress,Gmail,网易邮箱等服务中 |
File Size | 439 KB |
Installation Count | 85 |
Current Version | 1.0.6.3 |
Last Updated | 2016-04-26 |
Publish Date | 2016-04-25 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://danding.net |
Payment Type | free |
Extension Website | http://forward.danding.net |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8f6c\u53d1\u901a", "description": "\u53f3\u952e\u4e00\u952e\u8f6c\u53d1\u7f51\u9875\u5185\u5bb9\u5230Discuz\uff0cWordpress\uff0cGmail\uff0c\u7f51\u6613\u90ae\u7bb1\u7b49\u670d\u52a1\u4e2d", "version": "1.0.6.3", "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "homepage_url": "http:\/\/zhuanfa.danding.net", "icons": { "16": ".\/img\/forward16.png", "48": ".\/img\/forward48.png", "128": ".\/img\/forward128.png" }, "background": { "scripts": [ ".\/js\/base.js", ".\/js\/background.js" ], "persistent": false }, "options_page": "options.html", "offline_enabled": false, "browser_action": { "default_icon": ".\/img\/forward256.png", "default_popup": "popup.html" } } |