Open Chrome Extension Page

Chrome Extension is one click open chrome-extension:// page

Open Chrome Extension Page là gì?

Open Chrome Extension Page là một tiện ích mở rộng Chrome được phát triển bởi Translate, và tính năng chính của nó là "Chrome Extension is one click open chrome-extension:// page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open Chrome Extension Page

Tải xuống các tệp mở rộng Open Chrome Extension Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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;                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open Chrome Extension Page Open Chrome Extension Page
ID holcaebldnibidamhgmalcafgolghhfa
URL Chính Thức https://chrome.google.com/webstore/detail/open-chrome-extension-pag/holcaebldnibidamhgmalcafgolghhfa
Mô tả Chrome Extension is one click open chrome-extension:// page
Kích Thước Tệp 58.67 KB
Số Lần Cài Đặt 2,446
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-06-16
Ngày Phát Hành 2019-12-10
Nhà Phát Triển Translate
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}