Alltabs

Amazing visual artists every time you open a new tab.

什么是Alltabs?

Alltabs是由https://newnow.cool开发的Chrome扩展程序,该扩展的主要功能是“Amazing visual artists every time you open a new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Alltabs扩展crx文件

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

扩展使用说明

                        Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. 

This is a project by New Now.                    

扩展基本信息

名称 Alltabs Alltabs
ID ngjbedmelbifgachalpagdgiccokplkd
官方URL https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd
简介 Amazing visual artists every time you open a new tab.
文件大小 7.18 KB
安装次数 30
当前版本 1.0.0
更新时间 2021-05-09
上架时间 2021-04-30
评分 5.00/5 共1次评分
开发者 https://newnow.cool
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.alltabs.co/
隐私政策页面URL https://newnow.cool/privacy.html
支持的语言 en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "alltabs.html#newTab"
    },
    "content_security_policy": "default-src 'self' 'unsafe-eval';   script-src 'self';   style-src 'self' 'unsafe-inline';   img-src 'self' data: chrome: filesystem:;   connect-src 'self' http: https: chrome-extension:;   frame-src http: https:",
    "description": "Amazing visual artists every time you open a new tab.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "28",
    "name": "Alltabs",
    "omnibox": {
        "keyword": "f"
    },
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "alltabs.html"
    ]
}