Show Chrome Version
Show browser version information in the toolbar.
ما هو Show Chrome Version؟
Show Chrome Version هو إضافة Chrome تم تطويرها بواسطة https://www.bayden.com، والميزة الرئيسية لها هي "Show browser version information in the toolbar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Show Chrome Version
قم بتنزيل ملفات الامتداد Show Chrome Version بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Show the browser version in the toolbar. This is useful for people who are testing many different browser versions at once, or those who just want to notice version changes. Source: https://github.com/ericlaw1979/ShowChromeVersion
معلومات أساسية عن التمديد
الاسم | Show Chrome Version |
ID | lcmpcdnpcjimgbdejflpblmlgjnakhmh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/show-chrome-version/lcmpcdnpcjimgbdejflpblmlgjnakhmh |
الوصف | Show browser version information in the toolbar. |
حجم الملف | 12.59 KB |
عدد التثبيتات | 455 |
النسخة الحالية | 1.0.6.0 |
آخر تحديث | 2022-10-28 |
تاريخ النشر | 2019-08-08 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | https://www.bayden.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ericlaw1979/ShowChromeVersion |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Chrome Version", "short_name": "ShowChromeVersion", "description": "Show browser version information in the toolbar.", "content_security_policy": "default-src 'self'", "version": "1.0.6.0", "author": "Eric Lawrence (@ericlaw)", "minimum_chrome_version": "48", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "38": "images\/icon38g.png" }, "default_popup": "popup.html", "default_title": "Show version info" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [] } |