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