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”。

扩展截图

screenshot
screenshot

下载Open Chrome Extension Page扩展crx文件

下载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;                    

扩展基本信息

名称 Open Chrome Extension Page Open Chrome Extension Page
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"
}