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
官方網址 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"
}