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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}