Spyglass

A network for sharing and annotating reads with friends.

Cos'è Spyglass?

Spyglass è un'estensione di Chrome sviluppata da promeedco, e la sua funzione principale è "A network for sharing and annotating reads with friends.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spyglass

Scarica i file di estensione Spyglass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Spyglass Spyglass
ID ehfemogeepgehlddaafibkmfhafkggcg
URL Ufficiale https://chromewebstore.google.com/detail/spyglass/ehfemogeepgehlddaafibkmfhafkggcg
Descrizione A network for sharing and annotating reads with friends.
Dimensione del File 131 KB
Conteggio Installazioni 29
Versione Corrente 0.1.4
Ultimo Aggiornamento 2020-11-02
Data di Pubblicazione 2020-07-31
Sviluppatore promeedco
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://spyglass.space/landingPage/index.html
URL della Pagina di Aiuto https://spyglass.space/onBoardingPage/index.html
Lingue Supportate 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';"
}