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ファイルをダウンロード

Spyglass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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';"
}