iGuge Helper
We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…
什麼是iGuge Helper?
iGuge Helper是由https://iguge.app開發的Chrome擴展程式,該擴展的主要功能是“We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…”。
擴展截圖
下載iGuge Helper擴展crx文件
下載iGuge Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of scientific knowledge today.
Free users can use Google scholar with Wikipedia. 擴展基本資訊
| 名稱 | |
| ID | ncldcbhpeplkfijdhnoepdgdnmjkckij |
| 官方網址 | https://chromewebstore.google.com/detail/iguge-helper/ncldcbhpeplkfijdhnoepdgdnmjkckij |
| 簡介 | We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of… |
| 檔案大小 | 597 KB |
| 安裝次數 | 237,607 |
| 目前版本 | 2.3.7 |
| 更新時間 | 2023-10-08 |
| 上架時間 | 2020-04-14 |
| 評分 | 4.31/5 共 587 次評分 |
| 開發者 | https://iguge.app |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 隱私政策頁面URL | https://iguge.xyz/helper?page_id=215 |
| 支援的語言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"img\/128ico.png"
],
"matches": [
"*:\/\/*\/*"
],
"extension_ids": []
}
],
"minimum_chrome_version": "108.0.0",
"author": "[email protected]",
"name": "__MSG_name__",
"short_name": "__MSG_shortname__",
"default_locale": "zh_CN",
"icons": {
"128": "img\/128ico.png",
"48": "img\/48ico.png",
"16": "img\/16ico.png"
},
"manifest_version": 3,
"homepage_url": "http:\/\/iguge.net",
"version": "2.3.7",
"background": {
"service_worker": "sw.js"
},
"permissions": [
"notifications",
"storage",
"alarms",
"management",
"proxy",
"webRequest",
"webRequestAuthProvider",
"idle"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_popup": "main.html",
"default_title": "__MSG_name__",
"default_icon": "img\/16ico.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"description": "__MSG_description__"
} | |