Toolbar Spacer
A partition icon for spacing the extension buttons on your toolbar
What is Toolbar Spacer?
Toolbar Spacer is a Chrome extension developed by Niko Sardas, and its main feature is "A partition icon for spacing the extension buttons on your toolbar".
Extension Screenshots
Download Toolbar Spacer Extension CRX File
Download Toolbar Spacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Additional spacers:
https://chrome.google.com/webstore/detail/2nd-toolbar-spacer/fplioachhfdbehddoehahffjbcfeinid
https://chrome.google.com/webstore/detail/3rd-toolbar-spacer/eioickpimlccboiimncpaphillnjccmi
https://chrome.google.com/webstore/detail/4th-toolbar-spacer/jkonoggfdfhabnccjanbnnccnbblhikd
https://chrome.google.com/webstore/detail/5th-toolbar-spacer/nbfggebgopkfbnfcafbialgjhoaobaek
https://chrome.google.com/webstore/detail/6th-toolbar-spacer/ppplbdcdldelngnkblbjfclblmhgncgb
https://chrome.google.com/webstore/detail/7th-toolbar-spacer/mecndhoakokighbdjanlfcdikmggphil
https://chrome.google.com/webstore/detail/8th-toolbar-spacer/iiandhpnocgjaabfjmhegfdombmcjbpd
https://chrome.google.com/webstore/detail/9th-toolbar-spacer/amimippoojpcjhcedkpioldppncamaah
https://chrome.google.com/webstore/detail/9th-toolbar-spacer/jcigapkmkejookkejhojeobnbngphomg Extension Basic Information
| Name | |
| ID | golladjmjodbefcoombodcdhimkmgemd |
| Official URL | https://chromewebstore.google.com/detail/toolbar-spacer/golladjmjodbefcoombodcdhimkmgemd |
| Description | A partition icon for spacing the extension buttons on your toolbar |
| File Size | 2.69 MB |
| Installation Count | 1,442 |
| Current Version | 30.0.8 |
| Last Updated | 2021-08-10 |
| Publish Date | 2017-09-06 |
| Rating | 4.59/5 Total 29 Ratings |
| Developer | Niko Sardas |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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": "Toolbar Spacer",
"version": "30.0.8"
} | |