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
Eメール [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"
}