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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}