Sciwheel Browser Extension

Browser Extension from Sciwheel

Sciwheel Browser Extension क्या है?

Sciwheel Browser Extension https://sciwheel.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Extension from Sciwheel"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sciwheel Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
}