Open Chrome Extension Page

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

ما هو Open Chrome Extension Page؟

Open Chrome Extension Page هو إضافة Chrome تم تطويرها بواسطة Translate، والميزة الرئيسية لها هي "Chrome Extension is one click open chrome-extension:// page".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Open Chrome Extension Page

قم بتنزيل ملفات الامتداد Open Chrome Extension Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}