Quick URL Opener
To quick open standard url where one parameter is changed
ما هو Quick URL Opener؟
Quick URL Opener هو إضافة Chrome تم تطويرها بواسطة https://www.qwertovsky.com، والميزة الرئيسية لها هي "To quick open standard url where one parameter is changed".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick URL Opener
قم بتنزيل ملفات الامتداد Quick URL Opener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It is used to quick open standard URL where one or more parameters are changed (Jira, other issue trackers, Youtube). For example, to quick open https://issues.apache.org/jira/browse/IO-279 it need enter only parameter 279. You can add many different URLs.
معلومات أساسية عن التمديد
الاسم | Quick URL Opener |
ID | pldpcmoignebohaloohealchfgaahkhd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quick-url-opener/pldpcmoignebohaloohealchfgaahkhd |
الوصف | To quick open standard url where one parameter is changed |
حجم الملف | 22.94 KB |
عدد التثبيتات | 243 |
النسخة الحالية | 0.12.0 |
آخر تحديث | 2020-12-17 |
تاريخ النشر | 2017-11-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.qwertovsky.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Qwertovsky/quick_url_addon |
عنوان صفحة المساعدة | https://github.com/Qwertovsky/quick_url_addon |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick URL Opener", "version": "0.12.0", "description": "To quick open standard url where one parameter is changed", "homepage_url": "https:\/\/github.com\/Qwertovsky\/quick_url_addon", "icons": { "256": "icons\/icon.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Quick URL Opener", "default_popup": "index.html" }, "options_ui": { "page": "options.html" }, "applications": { "gecko": { "id": "[email protected]" } } } |