Open Chrome Extension Page

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

Qu'est-ce que Open Chrome Extension Page ?

Open Chrome Extension Page est une extension Chrome développée par Translate, et sa fonction principale est "Chrome Extension is one click open chrome-extension:// page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Open Chrome Extension Page

Téléchargez les fichiers d'extension Open Chrome Extension Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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;                    

Informations de Base sur l'Extension

Nom Open Chrome Extension Page Open Chrome Extension Page
ID holcaebldnibidamhgmalcafgolghhfa
URL Officiel https://chrome.google.com/webstore/detail/open-chrome-extension-pag/holcaebldnibidamhgmalcafgolghhfa
Description Chrome Extension is one click open chrome-extension:// page
Taille du Fichier 58.67 KB
Nombre d'Installations 2,446
Version Actuelle 1.0.4
Dernière Mise à Jour 2022-06-16
Date de Publication 2019-12-10
Développeur Translate
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}