Infogalactic Transporter

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

Infogalactic Transporter là gì?

Infogalactic Transporter là một tiện ích mở rộng Chrome được phát triển bởi rorybot, và tính năng chính của nó là "This extension allows the user to move between Wiki and IG.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Infogalactic Transporter

Tải xuống các tệp mở rộng Infogalactic Transporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Infogalactic Transporter Infogalactic Transporter
ID majmoinlepbjapaaljlhlfhlmbblaeip
URL Chính Thức https://chromewebstore.google.com/detail/infogalactic-transporter/majmoinlepbjapaaljlhlfhlmbblaeip
Mô tả This extension allows the user to move between Wiki and IG.
Kích Thước Tệp 10.58 KB
Số Lần Cài Đặt 1,890
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2021-04-26
Ngày Phát Hành 2020-02-06
Đánh Giá 5.00/5 Tổng số 47 Đánh Giá
Nhà Phát Triển rorybot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rorybot/infogalactic-transporter
URL Trang Trợ Giúp https://github.com/rorybot/infogalactic-transporter
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}