Infogalactic Transporter

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

¿Qué es Infogalactic Transporter?

Infogalactic Transporter es una extensión de Chrome desarrollada por rorybot, y su función principal es "This extension allows the user to move between Wiki and IG.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Infogalactic Transporter

Descarga archivos de extensión Infogalactic Transporter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Infogalactic Transporter Infogalactic Transporter
ID majmoinlepbjapaaljlhlfhlmbblaeip
URL Oficial https://chromewebstore.google.com/detail/infogalactic-transporter/majmoinlepbjapaaljlhlfhlmbblaeip
Descripción This extension allows the user to move between Wiki and IG.
Tamaño del Archivo 10.58 KB
Cantidad de Instalaciones 1,890
Versión Actual 1.5
Última Actualización 2021-04-26
Fecha de Publicación 2020-02-06
Calificación 5.00/5 Total de 47 Calificaciones
Desarrollador rorybot
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/rorybot/infogalactic-transporter
URL de la Página de Ayuda https://github.com/rorybot/infogalactic-transporter
Idiomas Soportados 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"
    ]
}