Open Chrome Extension Page
Chrome Extension is one click open chrome-extension:// page
Open Chrome Extension Pageคืออะไร?
Open Chrome Extension Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Translate และคุณลักษณะหลักของมันคือ "Chrome Extension is one click open chrome-extension:// page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Chrome Extension Page
ดาวน์โหลดไฟล์ส่วนขยาย Open Chrome Extension Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin is used to open the chrome extensions page ( chrome://extensions/ ). When installed, it comes to the toolbar as an Add-on button. Clicking on the toolbar will open the Chrome extensions page. This plug-in can be used to instantly access the toolbar's extensions instantly. Why did you add a separate extension for something that requires only a few clicks in the menu? - Because with the extensions button on the toolbar, you will do it with one click;
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | holcaebldnibidamhgmalcafgolghhfa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/open-chrome-extension-pag/holcaebldnibidamhgmalcafgolghhfa |
คำอธิบาย | Chrome Extension is one click open chrome-extension:// page |
ขนาดไฟล์ | 58.67 KB |
จำนวนการติดตั้ง | 2,446 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2022-06-16 |
วันที่เผยแพร่ | 2019-12-10 |
ผู้พัฒนา | Translate |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_title": "Chrome Extensions", "default_icon": "icons128.png" }, "default_locale": "en_US", "description": "__MSG_appDesc__", "icons": { "128": "icons128.png" }, "manifest_version": 3, "name": "__MSG_appName__", "permissions": [ "activeTab", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |