Sciwheel Browser Extension
Browser Extension from Sciwheel
Τι είναι το Sciwheel Browser Extension;
Το Sciwheel Browser Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sciwheel.com, και η κύρια λειτουργία του είναι "Browser Extension from Sciwheel".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sciwheel Browser Extension
Λήψη αρχείων επέκτασης Sciwheel Browser Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Instantly save and annotate articles and webpages. Key features: - Import research articles and PDFs directly from your browser. Citation details, web link and PDF (if available) are automatically saved - Highlight text, annotate figures and add notes to any web article. All fully searchable from Sciwheel - Works in the vast majority of research journals and scientific database websites, such as PubMed, Google Scholar, Microsoft Academic, Web of Science, EBSCO and many others Install the Sciwheel Browser Extension today to get started! Please note, the Sciwheel Browser Extension works together with the Sciwheel reference manager. A subscription is required for premium features. Learn more at https://sciwheel.com.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sciwheel Browser Extension |
ID | ljfhgpiambpnabgpnaihcebebmoijfci |
Επίσημο URL | https://chromewebstore.google.com/detail/sciwheel-browser-extensio/ljfhgpiambpnabgpnaihcebebmoijfci |
Περιγραφή | Browser Extension from Sciwheel |
Μέγεθος Αρχείου | 150 KB |
Αριθμός Εγκαταστάσεων | 52,487 |
Τρέχουσα Έκδοση | 52.0.0 |
Τελευταία Ενημέρωση | 2023-09-20 |
Ημερομηνία Δημοσίευσης | 2020-06-03 |
Αξιολόγηση | 4.69/5 Συνολικά 59 Αξιολογήσεις |
Προγραμματιστής | https://sciwheel.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://sciwheel.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://sciwheel.com/work/faq/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://sciwheel.com/work/legal/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sciwheel Limited", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_title": "Sciwheel Browser Extension", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "css": [ "css\/popup.css", "css\/highlighter.css" ], "js": [ "js\/config.js", "js\/jsonML.js", "js\/helpers.js", "js\/whitelist.js", "js\/popup\/init.js", "js\/popup\/templates.js", "js\/popup\/handlers.js", "js\/highlighter\/helpers.js", "js\/highlighter\/core.js", "js\/highlighter\/annotations.js", "js\/highlighter\/selectionGrabber.js", "js\/highlighter\/selectionScanner.js", "js\/highlighter\/ui.js", "js\/pageObjectIds.js", "js\/content_script.js", "js\/run.js" ], "run_at": "document_idle", "all_frames": false } ], "description": "Browser Extension from Sciwheel", "icons": { "128": "images\/icon-128.png" }, "manifest_version": 2, "name": "Sciwheel Browser Extension", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "52.0.0" } |