8th Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

Qu'est-ce que 8th Toolbar Spacer ?

8th Toolbar Spacer est une extension Chrome développée par Niko Sardas, et sa fonction principale est "A partition icon for spacing the extension buttons on your toolbar".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 8th Toolbar Spacer

Téléchargez les fichiers d'extension 8th Toolbar Spacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 8th Toolbar Spacer 8th Toolbar Spacer
ID iiandhpnocgjaabfjmhegfdombmcjbpd
URL Officiel https://chromewebstore.google.com/detail/8th-toolbar-spacer/iiandhpnocgjaabfjmhegfdombmcjbpd
Description A partition icon for spacing the extension buttons on your toolbar
Taille du Fichier 2.69 MB
Nombre d'Installations 180
Version Actuelle 30.1.7
Dernière Mise à Jour 2018-02-15
Date de Publication 2018-02-15
Évaluation 3.00/5 Total 2 Évaluations
Développeur Niko Sardas
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": "8th Toolbar Spacer",
    "version": "30.1.7"
}