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
官方網址 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"
    ]
}