Spyglass
A network for sharing and annotating reads with friends.
Spyglass क्या है?
Spyglass promeedco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A network for sharing and annotating reads with friends."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spyglass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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';" } |