Rapid Redirector

Easy, automatic, and customizable webpage redirection.

Rapid Redirector क्या है?

Rapid Redirector https://nickschorr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy, automatic, and customizable webpage redirection."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rapid Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Rapid Redirector is a Chrome extension that makes automated webpage redirection simple.

For a detailed how-to guide, please visit this page: https://github.com/naschorr/rapid-redirector

The extension has two main components, which can be easily disabled if necessary.

First, it will automatically try to determine if the newly visited page is meant for mobile devices, and then redirect the user to the desktop version of that page. Currently, it only looks for the presence of "m" or "mobile" subdomains before redirecting the user to a a new domain that doesn't have the offending subdomain. For example, it would redirect "m.reddit.com" to "reddit.com."

However, since this won't cover all cases, the extension also allows you to create your own redirections that will be performed when certain pages are navigated to. These redirection rules consist of two parts: a source domain and destination domain. It works by checking for an instance of the source domain in the URL of the page you just accessed, and then swapping out the source for the destination domain. Just like a find and replace command that you might use in a text editor. On top of that, it also allows you to specify the source domains as regular expressions, and then swap the destination domain into the matched text from the regular expression, as well as substitute captured groups into the destination using the regex substitution syntax. These abilities let you expand your programmatic redirection to cover pretty much any use case.                    

एक्सटेंशन की मूल जानकारी

नाम Rapid Redirector Rapid Redirector
ID ghdlibhfmakfnlbfeofbcndhkoeagjod
आधिकारिक URL https://chromewebstore.google.com/detail/rapid-redirector/ghdlibhfmakfnlbfeofbcndhkoeagjod
विवरण Easy, automatic, and customizable webpage redirection.
फ़ाइल का आकार 46.61 KB
स्थापना संख्या 187
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2018-12-08
प्रकाशन तिथि 2018-12-08
रेटिंग 3.80/5 कुल 10 रेटिंग्स
डेवलपर https://nickschorr.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/naschorr/rapid-redirector
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "version": "0.4.2",
    "author": "Nick Schorr",
    "homepage_url": "https:\/\/github.com\/naschorr\/rapid-redirector",
    "default_locale": "en",
    "options_page": "html\/options.html",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_38.png",
        "default_title": "__MSG_name__",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/utilities.js",
            "js\/redirection_tracker.js",
            "js\/regex_lookup.js",
            "js\/redirector.js"
        ],
        "persistant": false
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ]
}

संबंधित एक्सटेंशन्स