Infogalactic Transporter

This extension allows the user to move between Wiki and IG.

Co to jest Infogalactic Transporter?

Infogalactic Transporter to rozszerzenie Chrome opracowane przez rorybot, a jego główną funkcją jest „This extension allows the user to move between Wiki and IG.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Infogalactic Transporter

Pobierz pliki rozszerzeń Infogalactic Transporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Infogalactic Transporter Infogalactic Transporter
ID majmoinlepbjapaaljlhlfhlmbblaeip
Oficjalny URL https://chromewebstore.google.com/detail/infogalactic-transporter/majmoinlepbjapaaljlhlfhlmbblaeip
Opis This extension allows the user to move between Wiki and IG.
Rozmiar pliku 10.58 KB
Liczba instalacji 1,890
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2021-04-26
Data Publikacji 2020-02-06
Ocena 5.00/5 Łącznie 47 Oceny
Deweloper rorybot
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/rorybot/infogalactic-transporter
Adres URL Strony Pomocy https://github.com/rorybot/infogalactic-transporter
Obsługiwane Języki 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",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}