10th Toolbar Spacer
A partition icon for spacing the extension buttons on your toolbar
Was ist 10th Toolbar Spacer?
10th Toolbar Spacer ist eine Chrome-Erweiterung, die von Niko Sardas entwickelt wurde, und ihr Hauptmerkmal ist "A partition icon for spacing the extension buttons on your toolbar".
Erweiterungsscreenshots
10th Toolbar Spacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie 10th Toolbar Spacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dhnpkdghdnfjkbkeholookjabcphilfa |
| Offizielle URL | https://chromewebstore.google.com/detail/10th-toolbar-spacer/dhnpkdghdnfjkbkeholookjabcphilfa |
| Beschreibung | A partition icon for spacing the extension buttons on your toolbar |
| Dateigröße | 2.69 MB |
| Installationsanzahl | 142 |
| Aktuelle Version | 30.1.8 |
| Letztes Update | 2017-08-24 |
| Veröffentlichungsdatum | 2017-08-23 |
| Entwickler | Niko Sardas |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": "10th Toolbar Spacer",
"version": "30.1.8"
} | |