4th Toolbar Spacer
A partition icon for spacing the extension buttons on your toolbar
什么是4th Toolbar Spacer?
4th Toolbar Spacer是由Niko Sardas开发的Chrome扩展程序,该扩展的主要功能是“A partition icon for spacing the extension buttons on your toolbar”。
扩展截图
下载4th Toolbar Spacer扩展crx文件
下载4th Toolbar Spacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | 4th Toolbar Spacer |
ID | nbfggebgopkfbnfcafbialgjhoaobaek |
官方URL | https://chromewebstore.google.com/detail/4th-toolbar-spacer/nbfggebgopkfbnfcafbialgjhoaobaek |
简介 | A partition icon for spacing the extension buttons on your toolbar |
文件大小 | 2.69 MB |
安装次数 | 559 |
当前版本 | 30.0.8 |
更新时间 | 2017-08-24 |
上架时间 | 2017-08-23 |
评分 | 4.43/5 共7次评分 |
开发者 | Niko Sardas |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": "4th Toolbar Spacer", "version": "30.0.8" } |