Infogalactic Transporter

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

Was ist Infogalactic Transporter?

Infogalactic Transporter ist eine Chrome-Erweiterung, die von rorybot entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to move between Wiki and IG.".

Erweiterungsscreenshots

screenshot

Infogalactic Transporter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Infogalactic Transporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Infogalactic Transporter Infogalactic Transporter
ID majmoinlepbjapaaljlhlfhlmbblaeip
Offizielle URL https://chromewebstore.google.com/detail/infogalactic-transporter/majmoinlepbjapaaljlhlfhlmbblaeip
Beschreibung This extension allows the user to move between Wiki and IG.
Dateigröße 10.58 KB
Installationsanzahl 1,890
Aktuelle Version 1.5
Letztes Update 2021-04-26
Veröffentlichungsdatum 2020-02-06
Bewertung 5.00/5 Insgesamt 47 Bewertungen
Entwickler rorybot
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rorybot/infogalactic-transporter
Hilfeseite URL https://github.com/rorybot/infogalactic-transporter
Unterstützte Sprachen 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"
    ]
}