Infogalactic Transporter

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

Qu'est-ce que Infogalactic Transporter ?

Infogalactic Transporter est une extension Chrome développée par rorybot, et sa fonction principale est "This extension allows the user to move between Wiki and IG.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Infogalactic Transporter

Téléchargez les fichiers d'extension Infogalactic Transporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Infogalactic Transporter Infogalactic Transporter
ID majmoinlepbjapaaljlhlfhlmbblaeip
URL Officiel https://chromewebstore.google.com/detail/infogalactic-transporter/majmoinlepbjapaaljlhlfhlmbblaeip
Description This extension allows the user to move between Wiki and IG.
Taille du Fichier 10.58 KB
Nombre d'Installations 1,890
Version Actuelle 1.5
Dernière Mise à Jour 2021-04-26
Date de Publication 2020-02-06
Évaluation 5.00/5 Total 47 Évaluations
Développeur rorybot
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rorybot/infogalactic-transporter
URL de la Page d'Aide https://github.com/rorybot/infogalactic-transporter
Langues Prises en Charge 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"
    ]
}