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 - это расширение Chrome, разработанное https://iguge.app, и его основная функция - "We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…".
Снимки экрана расширения
Скачать файл CRX расширения iGuge Helper
Скачайте файлы расширений 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 |
| Официальный URL | 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__"
} | |