9th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

Wat is 9th Toolbar Spacer?

9th Toolbar Spacer is een Chrome-extensie ontwikkeld door Niko Sardas, en de belangrijkste functie is "A partition icon for spacing the extension buttons on your toolbar".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 9th Toolbar Spacer

Download 9th Toolbar Spacer-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

                        Create some breathing room. 

Manage and organize the extension buttons on your toolbar by adding a blank space, a divider icon, or your own keyboard icon.                    

Basisinformatie over de Extensie

Naam 9th Toolbar Spacer 9th Toolbar Spacer
ID jcigapkmkejookkejhojeobnbngphomg
Officiële URL https://chromewebstore.google.com/detail/9th-toolbar-spacer/jcigapkmkejookkejhojeobnbngphomg
Beschrijving A partition icon for spacing the extension buttons on your toolbar
Bestandsgrootte 2.69 MB
Aantal Installaties 175
Huidige Versie 30.1.9
Laatst Bijgewerkt 2017-03-30
Publicatiedatum 2017-03-30
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Niko Sardas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "empty.png",
        "default_popup": "popup.html"
    },
    "description": "A partition icon for spacing the extension buttons on your toolbar",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "9th Toolbar Spacer",
    "version": "30.1.9"
}