AOSSIE Scholar
Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…
什麼是AOSSIE Scholar?
AOSSIE Scholar是由aossie-chrome-extension-publishers開發的Chrome擴展程式,該擴展的主要功能是“Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.…”。
擴展截圖
下載AOSSIE Scholar擴展crx文件
下載AOSSIE Scholar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g. h-index, citations) that have limited applicability. AOSSIE Scholar provides a wide variety of alternative academic performance metrics that may provide a more holistic and more detailed view of a scholar’s academic contributions. It scraps data from the Google Scholar page of a scholar and then opens a new page showing various other metrics and charts for the scholar.
擴展基本資訊
名稱 | AOSSIE Scholar |
ID | bgoiffehmhngmehlbmcepkfikalopkgo |
官方網址 | https://chromewebstore.google.com/detail/aossie-scholar/bgoiffehmhngmehlbmcepkfikalopkgo |
簡介 | Google Scholar is a search engine which indexes data of researchers and scholars. It ranks the scholars based on metrics (e.g.… |
檔案大小 | 399 KB |
安裝次數 | 42 |
目前版本 | 1.3 |
更新時間 | 2021-04-30 |
上架時間 | 2020-08-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | aossie-chrome-extension-publishers |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AOSSIE Scholar", "version": "1.3", "manifest_version": 2, "browser_action": { "default_popup": ".\/views\/popup.html", "default_icon": { "16": ".\/images\/default_icon_16.png", "32": ".\/images\/default_icon_32.png", "48": ".\/images\/default_icon_48.png", "128": ".\/images\/default_icon_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/scholar.google.com\/citations?hl=*&user=*", "https:\/\/scholar.google.com\/citations?user=*&hl=*" ], "js": [ ".\/js\/content.js" ] } ], "background": { "page": "views\/background.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'" } |