Spyglass
A network for sharing and annotating reads with friends.
什么是Spyglass?
Spyglass是由promeedco开发的Chrome扩展程序,该扩展的主要功能是“A network for sharing and annotating reads with friends.”。
扩展截图
下载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!
扩展基本信息
名称 | |
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';" } |