Redirector
Redirect urls using regular expressions
ما هو Redirector؟
Redirector هو إضافة Chrome تم تطويرها بواسطة Ben Davis Media، والميزة الرئيسية لها هي "Redirect urls using regular expressions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redirector
قم بتنزيل ملفات الامتداد Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [ " |