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 là gì?
iGuge Helper là một tiện ích mở rộng Chrome được phát triển bởi https://iguge.app, và tính năng chính của nó là "We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng iGuge Helper
Tải xuống các tệp mở rộng iGuge Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iGuge Helper |
ID | ncldcbhpeplkfijdhnoepdgdnmjkckij |
URL Chính Thức | https://chromewebstore.google.com/detail/iguge-helper/ncldcbhpeplkfijdhnoepdgdnmjkckij |
Mô tả | We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of… |
Kích Thước Tệp | 597 KB |
Số Lần Cài Đặt | 237,607 |
Phiên Bản Hiện Tại | 2.3.7 |
Cập Nhật Lần Cuối | 2023-10-08 |
Ngày Phát Hành | 2020-04-14 |
Đánh Giá | 4.31/5 Tổng số 587 Đánh Giá |
Nhà Phát Triển | https://iguge.app |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | https://iguge.xyz/helper?page_id=215 |
Ngôn Ngữ Được Hỗ Trợ | 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__" } |