Sendible

Sendible SendIt

什么是Sendible?

Sendible是由https://www.sendible.com开发的Chrome扩展程序,该扩展的主要功能是“Sendible SendIt”。

扩展截图

screenshot

下载Sendible扩展crx文件

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

扩展使用说明

                        Get the Sendible Chrome extension to quickly schedule and share links, images and videos you visit on the web.                    

扩展基本信息

名称 Sendible Sendible
ID mbljfmmoibffcpcjimimcpobkonkgdbp
官方URL https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp
简介 Sendible SendIt
文件大小 32.99 KB
安装次数 2,273
当前版本 161.11.0
更新时间 2023-12-11
上架时间 2020-04-16
评分 3.29/5 共14次评分
开发者 https://www.sendible.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.sendible.com
帮助页面URL https://support.sendible.com
隐私政策页面URL https://www.sendible.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sendible",
    "short_name": "Sendible",
    "version": "161.11.0",
    "manifest_version": 2,
    "description": "Sendible SendIt",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/off19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Start Sendible Compose Box"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "http:\/\/localhost:1235\/*",
                "https:\/\/buildapp.sendible.com\/*",
                "http:\/\/app.sendible.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}