Tab Separator

Perfectly blank new tab page for separating groups of tabs. Now customizable!

什么是Tab Separator?

Tab Separator是由https://www.tylercharlesworth.com开发的Chrome扩展程序,该扩展的主要功能是“Perfectly blank new tab page for separating groups of tabs. Now customizable!”。

扩展截图

screenshot
screenshot
screenshot

下载Tab Separator扩展crx文件

下载Tab Separator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Organize all of your tabs - quickly, cleanly, elegantly. 

With Tab Separator, you get: 
* A perfectly blank tab to put anywhere
* Customizable page titles
* New! Customizable new tab text: keep it blank or add quotes that'll motivate you throughout the day

Pro tip: You can customize your new tab page text with emoji... 🐙⚽🍻😊                    

扩展基本信息

名称 Tab Separator Tab Separator
ID loifmfjjhcdpgpkmphgemeooklpjlihp
官方URL https://chromewebstore.google.com/detail/tab-separator/loifmfjjhcdpgpkmphgemeooklpjlihp
简介 Perfectly blank new tab page for separating groups of tabs. Now customizable!
文件大小 586 KB
安装次数 738
当前版本 1.3
更新时间 2017-04-19
上架时间 2017-04-19
评分 4.20/5 共10次评分
开发者 https://www.tylercharlesworth.com
付费类型 free
帮助页面URL https://docs.google.com/forms/d/e/1FAIpQLSf7X1yki32ez2q9D0k_h2g767Wt5iGZsybyB8W3gvynCDuEOg/viewform
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.htm"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.htm",
    "page_action": {
        "default_icon": {
            "19": "images\/page19.png",
            "38": "images\/page38.png"
        },
        "default_popup": "popup.htm"
    },
    "permissions": [
        "storage",
        "activeTab",
        "declarativeContent"
    ]
}