Extensity
Quickly enable/disable Google Chrome extensions
¿Qué es Extensity?
Extensity es una extensión de Chrome desarrollada por https://sergiokas.github.io/Extensity, y su función principal es "Quickly enable/disable Google Chrome extensions".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Extensity
Descarga archivos de extensión Extensity en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Tired of having too many extensions in your toolbar? Try Extensity, the ultimate tool for lightning fast enabling and disabling all your extensions for Google Chrome. Just enable the extension when you want to use it, and disable when you want to get rid of it for a little while. You can also launch Chrome Apps right from the list. * Keep your browser lean and fast - disable extensions that you won't use right away. * Keep your toolbar clean. * Turn all extensions off (and back on) with a single click. * Quick switch between several extensions groups using the Profiles feature. * Allow your most important extensions to be always enabled. * Keep computers in sync with Chrome Cloud Storage support. * Ideal companion for extensions collectors. Follow us in Twitter: https://twitter.com/ExtensityChrome Website: http://sergiokas.github.com/Extensity/ Extensity is free software. Full source code at GitHub https://github.com/sergiokas/Extensity
Información Básica de la Extensión
Nombre | Extensity |
ID | jjmflmamggggndanpgfnpelongoepncg |
URL Oficial | https://chromewebstore.google.com/detail/extensity/jjmflmamggggndanpgfnpelongoepncg |
Descripción | Quickly enable/disable Google Chrome extensions |
Tamaño del Archivo | 164 KB |
Cantidad de Instalaciones | 352,594 |
Versión Actual | 1.11.0 |
Última Actualización | 2021-11-25 |
Fecha de Publicación | 2019-02-20 |
Calificación | 4.80/5 Total de 1637 Calificaciones |
Desarrollador | https://sergiokas.github.io/Extensity |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://sergiokas.github.io/Extensity/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensity", "version": "1.11.0", "manifest_version": 2, "description": "Quickly enable\/disable Google Chrome extensions", "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/iconbar.png", "default_title": "Extensity", "default_popup": "index.html" }, "background": { "scripts": [ "js\/migration.js" ], "persistent": false }, "permissions": [ "management", "storage" ] } |