转发通

右键一键转发网页内容到Discuz,Wordpress,Gmail,网易邮箱等服务中

Wat is 转发通?

转发通 is een Chrome-extensie ontwikkeld door https://danding.net, en de belangrijkste functie is "右键一键转发网页内容到Discuz,Wordpress,Gmail,网易邮箱等服务中".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 转发通

Download 转发通-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        浏览网页时,选中感兴趣的文字或者图片,点击右键选择 转发通 能够让你迅速的转发相关内容到对应的产品。如果没有选择任何内容点击右键转发,转发通会智能分析匹配网页正文,让你使用更快捷方便。

请确保要转发的产品都处于登录状态。


更新日志:
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 正式立项开发                    

Basisinformatie over de Extensie

Naam 转发通 转发通
ID dmfpbcpnalcmalociboepodmpfefnlie
Officiële URL https://chromewebstore.google.com/detail/%E8%BD%AC%E5%8F%91%E9%80%9A/dmfpbcpnalcmalociboepodmpfefnlie
Beschrijving 右键一键转发网页内容到Discuz,Wordpress,Gmail,网易邮箱等服务中
Bestandsgrootte 439 KB
Aantal Installaties 85
Huidige Versie 1.0.6.3
Laatst Bijgewerkt 2016-04-26
Publicatiedatum 2016-04-25
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://danding.net
Betalingswijze free
Extensiewebsite http://forward.danding.net
Ondersteunde Talen 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"
    }
}