Extentie - extension manager
A simple and elegant Chrome extension manager allows you manage your extensions in a popup window.
What is Extentie - extension manager?
Extentie - extension manager is a Chrome extension developed by Angus Zhu, and its main feature is "A simple and elegant Chrome extension manager allows you manage your extensions in a popup window.".
Extension Screenshots
Download Extentie - extension manager Extension CRX File
Download Extentie - extension manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extentie is a simple and beautiful tool that allows you to toggle and manage Chrome extensions in a popup. Latest update: - Now you can create your own groups to manage your extensions - Revamped from ground up, added more features
Extension Basic Information
Name | Extentie - extension manager |
ID | bhjkadebkpcekfbjkkmcjhhlfidajfmi |
Official URL | https://chromewebstore.google.com/detail/extentie-extension-manage/bhjkadebkpcekfbjkkmcjhhlfidajfmi |
Description | A simple and elegant Chrome extension manager allows you manage your extensions in a popup window. |
File Size | 98.35 KB |
Installation Count | 2,430 |
Current Version | 2.0.0 |
Last Updated | 2023-10-12 |
Publish Date | 2020-03-30 |
Rating | 4.32/5 Total 34 Ratings |
Developer | Angus Zhu |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://ie.framer.website/privacy |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "Extentie", "version": "2.0.0", "manifest_version": 3, "description": "__MSG_ext_desc__", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "management", "storage", "contextMenus" ], "minimum_chrome_version": "88" } |