Organize

Organize, filter your tabs alphabetically

Wat is Organize?

Organize is een Chrome-extensie ontwikkeld door notiles, en de belangrijkste functie is "Organize, filter your tabs alphabetically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Organize

Download Organize-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

                        When too many tabs are opened, Organize filter them alphabetically, just click on the icon and let Organize do the job.                    

Basisinformatie over de Extensie

Naam Organize Organize
ID nacmmbnakleidaengpfminmpceajhfld
Officiële URL https://chromewebstore.google.com/detail/organize/nacmmbnakleidaengpfminmpceajhfld
Beschrijving Organize, filter your tabs alphabetically
Bestandsgrootte 126 KB
Aantal Installaties 22
Huidige Versie 1
Laatst Bijgewerkt 2015-05-27
Publicatiedatum 2015-05-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar notiles
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Organize",
    "version": "1",
    "manifest_version": 2,
    "description": "Organize, filter your tabs alphabetically",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icone.png"
    }
}