AStar Library Proxy
AStar library proxy helper
Что такое AStar Library Proxy?
AStar Library Proxy - это расширение Chrome, разработанное shaohua, и его основная функция - "AStar library proxy helper".
Снимки экрана расширения
Скачать файл CRX расширения AStar Library Proxy
Скачайте файлы расширений AStar Library Proxy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click the extension icon and then it will try to bring the browser through the AStar Academic Library Proxy. Logging-in with your astar internal account will be required. If the tab address is not in the list of publishers supported by A*STAR, then nothing will happen. Full list: https://www.a-star.edu.sg/html/Digital-Library/index.html
Основная информация о расширении
Название | AStar Library Proxy |
ID | lndllnbjgbplcnebcgcbmiojdndicclp |
Официальный URL | https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp |
Описание | AStar library proxy helper |
Размер файла | 267 KB |
Количество установок | 381 |
Текущая Версия | 1.7 |
Последнее Обновление | 2022-09-21 |
Дата публикации | 2020-03-29 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | shaohua |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "astar-32x32.png" }, "description": "AStar library proxy helper", "name": "AStar Library Proxy", "permissions": [ "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.7", "manifest_version": 2 } |