Another Tab

Another Tab Chrome Extension

什么是Another Tab?

Another Tab是由Dumb Sloth Development开发的Chrome扩展程序,该扩展的主要功能是“Another Tab Chrome Extension”。

扩展截图

screenshot
screenshot

下载Another Tab扩展crx文件

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

扩展使用说明

                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                    

扩展基本信息

名称 Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
官方URL https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
简介 Another Tab Chrome Extension
文件大小 507 KB
安装次数 75
当前版本 1.1.0
更新时间 2019-03-08
上架时间 2019-03-08
评分 5.00/5 共4次评分
开发者 Dumb Sloth Development
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mmazzarolo/chrome-another-tab
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}