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
Eメール [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"
    ]
}