Social Media Helper

This extension helps social media editors with common tasks.

什么是Social Media Helper?

Social Media Helper是由https://wunder.work开发的Chrome扩展程序,该扩展的主要功能是“This extension helps social media editors with common tasks.”。

扩展截图

screenshot

下载Social Media Helper扩展crx文件

下载Social Media Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this plugin you can easily:
• Set default UTM values and add them to any link with 1 click
• Debug any website in Facebooks OG:debugger with 1 click
• Get the OG:image of the current website
• Share selected text as a quote on Facebook
• Switch between the regular website and its AMP version

More options coming soon.                    

扩展基本信息

名称 Social Media Helper Social Media Helper
ID lhnfjfmdmifdabfpdkfpnjkolafogapo
官方URL https://chromewebstore.google.com/detail/social-media-helper/lhnfjfmdmifdabfpdkfpnjkolafogapo
简介 This extension helps social media editors with common tasks.
文件大小 41.12 KB
安装次数 212
当前版本 0.560
更新时间 2018-08-31
上架时间 2018-08-31
评分 3.67/5 共3次评分
开发者 https://wunder.work
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://twitter.com/tibor
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Media Helper",
    "short_name": "Social Helper",
    "description": "This extension helps social media editors with common tasks.",
    "version": "0.560",
    "author": "Tibor Martini",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "default_locale": "en"
}