URL Locale Switcher
You can switch the Locale in URL.
ما هو URL Locale Switcher؟
URL Locale Switcher هو إضافة Chrome تم تطويرها بواسطة minato128، والميزة الرئيسية لها هي "You can switch the Locale in URL.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL Locale Switcher
قم بتنزيل ملفات الامتداد URL Locale Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you click on the extension icon, you can change the Locale of the URL to another set of Locale you have set. How to use 1. Please set 2 locale in the options page. 2. Click locale icon. - https://github.com/minato128/en-to-ja-url - http://minato128.hateblo.jp/entry/2014/06/02/235028
معلومات أساسية عن التمديد
الاسم | URL Locale Switcher |
ID | aoeilpnojpmclgkaebnghbclcdjiikie |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie |
الوصف | You can switch the Locale in URL. |
حجم الملف | 9.74 KB |
عدد التثبيتات | 332 |
النسخة الحالية | 0.6 |
آخر تحديث | 2022-04-10 |
تاريخ النشر | 2021-01-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | minato128 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/Minato128 |
عنوان صفحة المساعدة | https://twitter.com/Minato128 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Locale Switcher", "description": "You can switch the Locale in URL.", "version": "0.6", "background": { "page": "background.html" }, "page_action": { "default_title": "switch" }, "options_page": "options.html", "manifest_version": 2, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |