Open Chrome Extension Page
Chrome Extension is one click open chrome-extension:// page
Open Chrome Extension Page란 무엇입니까?
Open Chrome Extension Page은(는) Translate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension is one click open chrome-extension:// page"입니다.
확장 프로그램 스크린샷
Open Chrome Extension Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |