2nd Toolbar Spacer
A partition icon for spacing the extension buttons on your toolbar
What is 2nd Toolbar Spacer?
2nd 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 2nd Toolbar Spacer Extension CRX File
Download 2nd 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.
Extension Basic Information
Name | 2nd Toolbar Spacer |
ID | fplioachhfdbehddoehahffjbcfeinid |
Official URL | https://chromewebstore.google.com/detail/2nd-toolbar-spacer/fplioachhfdbehddoehahffjbcfeinid |
Description | A partition icon for spacing the extension buttons on your toolbar |
File Size | 2.69 MB |
Installation Count | 764 |
Current Version | 30.0.8 |
Last Updated | 2017-08-24 |
Publish Date | 2017-08-23 |
Rating | 4.83/5 Total 12 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": "2nd Toolbar Spacer", "version": "30.0.8" } |