Chrome Extension Organizer
A chrome extension to organize other extensions
Wat is Chrome Extension Organizer?
Chrome Extension Organizer is een Chrome-extensie ontwikkeld door Ravi Jagga, en de belangrijkste functie is "A chrome extension to organize other extensions".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Extension Organizer
Download Chrome Extension Organizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features:-
- Group Extensions By Categories
- Drag and Drop support to easily move extensions across categories
- Enable/Disable any installed extension
- Sync data across all devices Basisinformatie over de Extensie
| Naam | |
| ID | ihpaieemfcpeondkheidnecdlhihgddc |
| Officiële URL | https://chromewebstore.google.com/detail/chrome-extension-organize/ihpaieemfcpeondkheidnecdlhihgddc |
| Beschrijving | A chrome extension to organize other extensions |
| Bestandsgrootte | 103 KB |
| Aantal Installaties | 727 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2019-10-13 |
| Publicatiedatum | 2019-10-13 |
| Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Ravi Jagga |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ravijagga/chrome-extension-organizer |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Extension Organizer",
"version": "1.5",
"description": "A chrome extension to organize other extensions",
"permissions": [
"management",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2
} | |