Redirector
Redirect urls using regular expressions
Redirector क्या है?
Redirector Ben Davis Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect urls using regular expressions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple extension allows you to redirect urls using the power of regular expressions. For example, you can have all mobile Wikipedia urls to open in desktop mode (this is convered in the tutorial below). You could also redirect to non-browser schemes to launch external apps. For example,If you want youtube links to open in a desktop video app (such as minitube), you can redirect all youtube urls with a "youtube:" prefix, and then set up a scheme handler on your OS to pass youtube: urls to your player. For documentation, visit the product home page: http://bendavis78.github.io/chrome-extension-redirector
एक्सटेंशन की मूल जानकारी
नाम | Redirector |
ID | pajiegeliagebegjdhebejdlknciafen |
आधिकारिक URL | https://chromewebstore.google.com/detail/redirector/pajiegeliagebegjdhebejdlknciafen |
विवरण | Redirect urls using regular expressions |
फ़ाइल का आकार | 15.54 KB |
स्थापना संख्या | 26,623 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-07-28 |
प्रकाशन तिथि | 2013-07-27 |
रेटिंग | 4.38/5 कुल 97 रेटिंग्स |
डेवलपर | Ben Davis Media |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://bendavis78.github.io/chrome-extension-redirector |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirector", "description": "Redirect urls using regular expressions", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ " |