Infogalactic Transporter

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

Infogalactic Transporterとは何ですか?

Infogalactic Transporterはrorybotによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to move between Wiki and IG.」です。

拡張機能のスクリーンショット

screenshot

Infogalactic Transporter拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}