Infogalactic Transporter
This extension allows the user to move between Wiki and IG.
Что такое Infogalactic Transporter?
Infogalactic Transporter - это расширение Chrome, разработанное rorybot, и его основная функция - "This extension allows the user to move between Wiki and IG.".
Снимки экрана расширения
Скачать файл CRX расширения Infogalactic Transporter
Скачайте файлы расширений Infogalactic Transporter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Auto-redirects from Wikipedia to Infogalactic's version of that page (whether entering via a link or the address bar). Clicking the extension button shuttles you back to the Wiki version (and disables auto-redirect for that tab), and clicking again takes you back to Infogalactic. If you navigate away, on that tab, to some website outside either Wiki or IG, it'll reset the behaviour back to auto-redirecting. Behaviour is also bound to the tab in which the clicking took place - that is to say, if you click the button (thus disabling auto-redirect), and open a new tab, that new tab will obey the default redirect behaviour (taking you to Infogalactic if you visit Wikipeida). Future goals: - Easy copy/paste of wikipedia text of current page (for transporting missing content) GitHub here: https://github.com/rorybot/infogalactic-transporter
Основная информация о расширении
Название | Infogalactic Transporter |
ID | majmoinlepbjapaaljlhlfhlmbblaeip |
Официальный URL | https://chromewebstore.google.com/detail/infogalactic-transporter/majmoinlepbjapaaljlhlfhlmbblaeip |
Описание | This extension allows the user to move between Wiki and IG. |
Размер файла | 10.58 KB |
Количество установок | 1,890 |
Текущая Версия | 1.5 |
Последнее Обновление | 2021-04-26 |
Дата публикации | 2020-02-06 |
Рейтинг | 5.00/5 Всего 47 оценок |
Разработчик | rorybot |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/rorybot/infogalactic-transporter |
URL страницы помощи | https://github.com/rorybot/infogalactic-transporter |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infogalactic Transporter", "description": "This extension allows the user to move between Wiki and IG.", "icons": { "16": ".\/images\/IW-16.png", "48": ".\/images\/IW-48.png", "128": ".\/images\/IW-128.png" }, "version": "1.5", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Get me outta here!" }, "permissions": [ "activeTab", "tabs", " |