SScholar

此工具可以加快學術研究人員快速瀏覽學術內容。4xDev(4-x.tw)

What is SScholar?

SScholar is a Chrome extension developed by 4-x.tw, and its main feature is "此工具可以加快學術研究人員快速瀏覽學術內容。4xDev(4-x.tw)".

Extension Screenshots

screenshot
screenshot
screenshot

Download SScholar Extension CRX File

Download SScholar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        SScholar 是一款整合Google 學術搜尋與 Sci-Hub學術搜尋的實用工具。

使用方法:
1. 在當前 Paper 頁面透過右鍵可以直接前往 Google 學術搜尋。

2. 在當前 Paper 頁面直接點擊右上的擴充功能圖示按鈕便會開啟新分頁前往該 Paper 內容。

3. 在當前 Paper 頁面使用鍵盤快速鍵 Ctrl+Shift+K 即可直接搜尋當前頁面學術文章。(Mac 使用者為 Command+Shift+K)

*擴充功能已更新至 Manifest V3

*注意:本工具啟用後會自動抓取Sci-Hub最新Domain,如有失效問題,請寄信回報給作者謝謝。(作者信箱:[email protected])                    

Extension Basic Information

Name SScholar SScholar
ID llabigmoncehmkaeggjogejadhfkcfaa
Official URL https://chromewebstore.google.com/detail/sscholar/llabigmoncehmkaeggjogejadhfkcfaa
Description 此工具可以加快學術研究人員快速瀏覽學術內容。4xDev(4-x.tw)
File Size 7.22 KB
Installation Count 201
Current Version 6.0
Last Updated 2022-07-12
Publish Date 2020-03-06
Rating 5.00/5 Total 1 Ratings
Developer 4-x.tw
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SScholar",
    "short_name": "SScholar search tool",
    "description": "\u6b64\u5de5\u5177\u53ef\u4ee5\u52a0\u5feb\u5b78\u8853\u7814\u7a76\u4eba\u54e1\u5feb\u901f\u700f\u89bd\u5b78\u8853\u5167\u5bb9\u30024xDev(4-x.tw)",
    "version": "6.0",
    "action": {
        "default_title": "SScholar",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.com.tw\/*",
                "https:\/\/accounts.google.com\/*",
                "https:\/\/myaccount.google.com\/*",
                "https:\/\/accounts.firefox.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}