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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة سياسة الخصوصية | 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__"
} | |