Spyglass

A network for sharing and annotating reads with friends.

Spyglass란 무엇입니까?

Spyglass은(는) promeedco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A network for sharing and annotating reads with friends."입니다.

확장 프로그램 스크린샷

screenshot

Spyglass 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Transform articles into personal notebooks by writing your thoughts directly on them!

SpyGlass empowers you to annotate articles with your thoughts and perspectives! After annotating you can seamlessly share a link to your thoughts with friends! We keep all of your thoughts saved in your SpyGlass Home so you have them for later!

Add friends to your SpyGlass Home so you can learn from what they're reading and annotating!                    

확장 프로그램 기본 정보

이름 Spyglass Spyglass
ID ehfemogeepgehlddaafibkmfhafkggcg
공식 URL https://chromewebstore.google.com/detail/spyglass/ehfemogeepgehlddaafibkmfhafkggcg
설명 A network for sharing and annotating reads with friends.
파일 크기 131 KB
설치 횟수 29
현재 버전 0.1.4
최근 업데이트 2020-11-02
출시 날짜 2020-07-31
개발자 promeedco
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://spyglass.space/landingPage/index.html
도움말 페이지 URL https://spyglass.space/onBoardingPage/index.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spyglass",
    "description": "A network for sharing and annotating reads with friends.",
    "version": "0.1.4",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "src\/views\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/js\/jquery-3.5.1.slim.min.js",
                "src\/js\/firebase-app.js",
                "src\/js\/firebase-database.js",
                "src\/js\/firebase-creds.js",
                "src\/js\/content.js"
            ],
            "css": [
                "src\/css\/annotation-styling.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Spyglass",
        "default_popup": "src\/views\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com; object-src 'self' 'unsafe-eval'; img-src * data: 'self' 'unsafe-eval';"
}