Sociocaster

This extension helps Sociocaster's users to share,schedule, and save content from the internet

什么是Sociocaster?

Sociocaster是由https://sociocaster.com开发的Chrome扩展程序,该扩展的主要功能是“This extension helps Sociocaster's users to share,schedule, and save content from the internet”。

扩展截图

screenshot

下载Sociocaster扩展crx文件

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

扩展使用说明

                        This extension helps Sociocaster's users to share,schedule, and save content from the internet

Note: 
This is beta version

Changelog :

1.6
- Disable hover button on Grafy.io

1.5
- Change cloud icon on facebook                    

扩展基本信息

名称 Sociocaster Sociocaster
ID dndocgpmcgeeepldhgfgkhceaogiikbk
官方URL https://chromewebstore.google.com/detail/sociocaster/dndocgpmcgeeepldhgfgkhceaogiikbk
简介 This extension helps Sociocaster's users to share,schedule, and save content from the internet
文件大小 79.39 KB
安装次数 300
当前版本 1.6
更新时间 2016-12-05
上架时间 2016-12-04
评分 4.71/5 共7次评分
开发者 https://sociocaster.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sociocaster.com/app/privacypolicy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sociocaster",
    "description": "This extension helps Sociocaster's users to share,schedule, and save content from the internet",
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "19": "logo_icon_19.png",
            "38": "logo_icon_38.png"
        },
        "default_title": "Sociocaster"
    },
    "background": {
        "scripts": [
            "thirds\/jquery-2.1.1.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "thirds\/jquery-2.1.1.min.js",
                "scripts\/inject.js",
                "scripts\/hover-button.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "css": [
                "styles\/sc-facebook.css"
            ],
            "js": [
                "scripts\/sc-facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/*.sociocaster.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "manifest.json",
        "images\/*"
    ],
    "homepage_url": "https:\/\/sociocaster.com",
    "icons": {
        "128": "logo_icon_128.png",
        "16": "logo_icon_small.png",
        "48": "logo_icon_large.png"
    },
    "options_page": "options.html"
}