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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}