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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [] } |