EasyGo
Create custom url redirects rules.
ما هو EasyGo؟
EasyGo هو إضافة Chrome تم تطويرها بواسطة https://paulchun.com، والميزة الرئيسية لها هي "Create custom url redirects rules.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyGo
قم بتنزيل ملفات الامتداد EasyGo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Redirects stuff using webRequest. You can set which shortcuts redirect to which urls. Does it using regex replace. Supports HTTPS.
معلومات أساسية عن التمديد
الاسم | EasyGo |
ID | oeecigfbikkleelaekckmeijhoeifepb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easygo/oeecigfbikkleelaekckmeijhoeifepb |
الوصف | Create custom url redirects rules. |
حجم الملف | 1.33 MB |
عدد التثبيتات | 80 |
النسخة الحالية | 0.4 alpha |
آخر تحديث | 2018-01-04 |
تاريخ النشر | 2018-01-04 |
تقييم | 4.50/5 مجموع تقييمات 12 |
المطور | https://paulchun.com |
نوع الدفع | free |
موقع الإضافة | http://www.paulchun.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyGo", "version": "0.4", "description": "Create custom url redirects rules.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "author": "Paul Chun", "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/paulchun.com", "incognito": "spanning", "minimum_chrome_version": "17", "offline_enabled": true, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |