Open Chrome Extension Page
Chrome Extension is one click open chrome-extension:// page
What is Open Chrome Extension Page?
Open Chrome Extension Page is a Chrome extension developed by Translate, and its main feature is "Chrome Extension is one click open chrome-extension:// page".
Extension Screenshots
Download Open Chrome Extension Page Extension CRX File
Download Open Chrome Extension Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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;
Extension Basic Information
Name | |
ID | holcaebldnibidamhgmalcafgolghhfa |
Official URL | https://chrome.google.com/webstore/detail/open-chrome-extension-pag/holcaebldnibidamhgmalcafgolghhfa |
Description | Chrome Extension is one click open chrome-extension:// page |
File Size | 58.67 KB |
Installation Count | 2,446 |
Current Version | 1.0.4 |
Last Updated | 2022-06-16 |
Publish Date | 2019-12-10 |
Developer | Translate |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |