Rdirect Plugin

Redirect to any page with a double-click of the mouse

Rdirect Plugin क्या है?

Rdirect Plugin royleekiat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect to any page with a double-click of the mouse"।

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

screenshot
screenshot

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

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

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

                        Parental supervision? Boss checking up on you? Fear not! With Rdirect, you may now browse any page, watch any video, and simply double click on any part of the pagebody to redirect to a desired page, which you can set in the options of the Rdirect extension. What are you waiting for?

*Best used with vpn and incognito mode :)*                    

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

नाम Rdirect Plugin Rdirect Plugin
ID dmpholkcpnngbjoacanififjdleamgop
आधिकारिक URL https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop
विवरण Redirect to any page with a double-click of the mouse
फ़ाइल का आकार 6.81 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-11-20
प्रकाशन तिथि 2015-11-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर royleekiat
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://royleekiat.wordpress.com/
सहायता पृष्ठ URL https://github.com/royleekiat
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rdirect Plugin",
    "description": "Redirect to any page with a double-click of the mouse",
    "version": "1.0",
    "options_page": "options.html",
    "short_name": "Rdirect",
    "homepage_url": "http:\/\/royleekiat.wordpress.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Rdirect.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}