Social Media References

Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.

什么是Social Media References?

Social Media References是由LHQ开发的Chrome扩展程序,该扩展的主要功能是“Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.”。

扩展截图

screenshot
screenshot

下载Social Media References扩展crx文件

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

扩展使用说明

                        Changelog:

* v0.0.3
- Added 'Enable automatic request' option.

* v0.0.2
- Added more sites to blacklist

* v0.0.1
- Initial release                    

扩展基本信息

名称 Social Media References Social Media References
ID lokeiablfphbmpalmakacikjccnlkpjl
官方URL https://chromewebstore.google.com/detail/social-media-references/lokeiablfphbmpalmakacikjccnlkpjl
简介 Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.
文件大小 670 KB
安装次数 55
当前版本 0.0.3
更新时间 2017-09-27
上架时间 2017-09-27
评分 4.50/5 共4次评分
开发者 LHQ
付费类型 free
隐私政策页面URL https://gist.githubusercontent.com/plar/95c3d10a7739b9bd1f9756ffb09d0023/raw/0b4681613824a2ddfcc203d34982902592b36f96/Chrome%2520Extension%2520Privacy%2520Policy
支持的语言 en
manifest.json
{
    "manifest_version": 2,
    "name": "Social Media References",
    "description": "Shows you all the discussions on the social media aggregators(Reddit, Hacker News) for the page you're visiting.",
    "version": "0.0.3",
    "icons": {
        "16": "img\/sc16.png",
        "48": "img\/sc48.png",
        "128": "img\/sc128.png"
    },
    "background": {
        "scripts": [
            "lib\/lodash-4.14.1.min.js",
            "lib\/jquery-3.1.0.min.js",
            "lib\/tracker.js",
            "lib\/dexie-1.4.1.min.js",
            "utils.js",
            "options.js",
            "scm.providers.js",
            "scm.sync.js",
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Social Media References",
        "default_icon": "img\/sc48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [],
    "minimum_chrome_version": "22.0.0.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}