一键图文: 新浪微博分享

一键分享网页图文到新浪微博

What is 一键图文: 新浪微博分享?

一键图文: 新浪微博分享 is a Chrome extension developed by https://klip.me, and its main feature is "一键分享网页图文到新浪微博".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

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 iekppabgndnppcokphidmgaodcfmlhac
Official URL https://chromewebstore.google.com/detail/%E4%B8%80%E9%94%AE%E5%9B%BE%E6%96%87-%E6%96%B0%E6%B5%AA%E5%BE%AE%E5%8D%9A%E5%88%86%E4%BA%AB/iekppabgndnppcokphidmgaodcfmlhac
Description 一键分享网页图文到新浪微博
File Size 304 KB
Installation Count 1,446
Current Version 1.1.0.8
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 3.13/5 Total 15 Ratings
Developer https://klip.me
Payment Type free
Extension Website http://www.klip.me/pictext/
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.0.8",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "background": {
        "page": "main.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon24.png",
        "default_title": "__MSG_extDesc__"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/mootools-core.js",
                "lib\/mootools-more.js",
                "js\/klippy.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/base.css",
        "css\/klip.css",
        "css\/select.css",
        "css\/ui.css",
        "images\/overlay-button.png",
        "images\/gtk-close.png",
        "lib\/mootools-core.js",
        "lib\/mootools-more.js",
        "js\/klippy.js"
    ]
}