Remind Share Button

Share links with your Remind classes in a single click.

什么是Remind Share Button?

Remind Share Button是由https://www.remind.com开发的Chrome扩展程序,该扩展的主要功能是“Share links with your Remind classes in a single click.”。

扩展截图

screenshot

下载Remind Share Button扩展crx文件

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

扩展使用说明

                        Save time and extend learning beyond the classroom by sharing resources with your Remind classes.                    

扩展基本信息

名称 Remind Share Button Remind Share Button
ID fidipdaiencjpnmkjcebeclkgalhcedi
官方URL https://chromewebstore.google.com/detail/remind-share-button/fidipdaiencjpnmkjcebeclkgalhcedi
简介 Share links with your Remind classes in a single click.
文件大小 1.8 MB
安装次数 277
当前版本 1.1
更新时间 2017-09-29
上架时间 2017-09-29
评分 3.00/5 共2次评分
开发者 https://www.remind.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remind Share Button",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Share links with your Remind classes in a single click.",
    "author": "Connor Pierson",
    "browser_action": {
        "default_icon": "icons\/logosquare128.png"
    },
    "icons": {
        "16": "icons\/logosquare16.png",
        "48": "icons\/logosquare48.png",
        "128": "icons\/logosquare128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}