2nd Toolbar Spacer

A partition icon for spacing the extension buttons on your toolbar

什么是2nd Toolbar Spacer?

2nd Toolbar Spacer是由Niko Sardas开发的Chrome扩展程序,该扩展的主要功能是“A partition icon for spacing the extension buttons on your toolbar”。

扩展截图

screenshot
screenshot

下载2nd Toolbar Spacer扩展crx文件

下载2nd 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.                    

扩展基本信息

名称 2nd Toolbar Spacer 2nd Toolbar Spacer
ID fplioachhfdbehddoehahffjbcfeinid
官方URL https://chromewebstore.google.com/detail/2nd-toolbar-spacer/fplioachhfdbehddoehahffjbcfeinid
简介 A partition icon for spacing the extension buttons on your toolbar
文件大小 2.69 MB
安装次数 764
当前版本 30.0.8
更新时间 2017-08-24
上架时间 2017-08-23
评分 4.83/5 共12次评分
开发者 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": "2nd Toolbar Spacer",
    "version": "30.0.8"
}