URL Alias
Set URL aliases ('m/' goes to 'mail.google.com')
ما هو URL Alias؟
URL Alias هو إضافة Chrome تم تطويرها بواسطة https://goel.io، والميزة الرئيسية لها هي "Set URL aliases ('m/' goes to 'mail.google.com')".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL Alias
قم بتنزيل ملفات الامتداد URL Alias بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A handy Chrome extension to set URL aliases. ("m/" goes to "mail.google.com" etc) ## Features #### Static aliases m (Alias) -> https://mail.google.com (Redirect) #### Dynamic aliases You can use ### as a placeholder and anything matching that pattern will be replaced. Example: --- r/### (Alias) -> http://reddit.com/r/### (Redirect) #### Aliases synced with Google Account All settings are synced with Google and available even if you change computers. Source: https://github.com/karan/chrome-url-alias
معلومات أساسية عن التمديد
الاسم | URL Alias |
ID | nelckmdlallhkgniidbfafekeldjnakb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-alias/nelckmdlallhkgniidbfafekeldjnakb |
الوصف | Set URL aliases ('m/' goes to 'mail.google.com') |
حجم الملف | 22.55 KB |
عدد التثبيتات | 1,639 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2015-08-27 |
تاريخ النشر | 2015-08-26 |
تقييم | 3.50/5 مجموع تقييمات 10 |
المطور | https://goel.io |
نوع الدفع | free |
موقع الإضافة | https://github.com/karan/chrome-url-alias |
عنوان صفحة المساعدة | https://github.com/karan/chrome-url-alias/issues |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "author": "Karan Goel", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/storage.googleapis.com https:\/\/fonts.googleapis.com; object-src 'self'", "description": "Set URL aliases ('m\/' goes to 'mail.google.com')", "homepage_url": "https:\/\/github.com\/karan\/chrome-url-alias", "icons": { "128": "icon-128.png", "96": "icon-96.png", "16": "icon-16.png" }, "manifest_version": 2, "name": "URL Alias", "options_page": "options.html", "permissions": [ "tabs", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |