Exclude lang_ja
Set lang_en to google search results with just one click.
ما هو Exclude lang_ja؟
Exclude lang_ja هو إضافة Chrome تم تطويرها بواسطة fitzr، والميزة الرئيسية لها هي "Set lang_en to google search results with just one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Exclude lang_ja
قم بتنزيل ملفات الامتداد Exclude lang_ja بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Set lang_en to google search results with just one click.
معلومات أساسية عن التمديد
الاسم | |
ID | dehkcdieahficpfmihhbdpnjmoicbemm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/exclude-langja/dehkcdieahficpfmihhbdpnjmoicbemm |
الوصف | Set lang_en to google search results with just one click. |
حجم الملف | 10.22 KB |
عدد التثبيتات | 372 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2023-12-11 |
تاريخ النشر | 2021-03-20 |
المطور | fitzr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/fitzr/chrome-ex-exclude-ja |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Exclude lang_ja", "version": "1.4.0", "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Exclude ja" }, "default_locale": "ja", "description": "__MSG_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "fitzr", "background": { "service_worker": "background-worker.js" }, "permissions": [ "tabs" ], "homepage_url": "https:\/\/github.com\/fitzr\/chrome-ex-exclude-ja" } |