Buffer

Buffer is the best way to share great content to Social Networks from anywhere on the web.

什么是Buffer?

Buffer是由https://buffer.com开发的Chrome扩展程序,该扩展的主要功能是“Buffer is the best way to share great content to Social Networks from anywhere on the web.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Buffer扩展crx文件

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

扩展使用说明

                        The Buffer Chrome extension allows you to schedule posts through Buffer.com to your favorite social sites like Instagram, Facebook, TikTok, and more!

Effortlessly capture content ideas, share articles and images, or schedule future posts with the click of button. All your content is automatically synced between your desktop and mobile account, so you can easily manage your social media content and grow your audience on the go.

Use the Buffer web app to analyze and monitor engagement, respond to comments, and manage your social media presence across all your platforms. 

The use of the chrome extension requires a Buffer account - sign up now at Buffer.com!                    

扩展基本信息

名称 Buffer Buffer
ID noojglkidnpfjbincgijbaiedldjfbhh
官方URL https://chromewebstore.google.com/detail/buffer/noojglkidnpfjbincgijbaiedldjfbhh
简介 Buffer is the best way to share great content to Social Networks from anywhere on the web.
文件大小 83.91 KB
安装次数 254,122
当前版本 6.0.6
更新时间 2023-11-08
上架时间 2020-05-15
评分 4.69/5 共3044次评分
开发者 https://buffer.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://buffer.com
帮助页面URL https://twitter.com/buffer
隐私政策页面URL https://buffer.com/legal
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/buffer.com",
    "version": "6.0.6",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Share with Buffer",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.css",
                "*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "share-to-buffer-action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "windows": "Ctrl+Shift+B",
                "mac": "Command+Shift+B",
                "chromeos": "Ctrl+Shift+B",
                "linux": "Ctrl+Shift+B"
            },
            "description": "Share to Buffer"
        }
    },
    "options_ui": {
        "page": "options.html"
    }
}