eTab

An extension that will provide you with a motivating picture whenever you open a new tab in your browser.

eTabとは何ですか?

eTabはLocksley Ltdによって開発されたChromeの拡張機能で、その主な機能は「An extension that will provide you with a motivating picture whenever you open a new tab in your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot

eTab拡張機能のCRXファイルをダウンロード

eTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Looking for a way to spruce up your browsing experience? Look no further than this fantastic extension! With just a quick installation, you can enjoy beautiful, high-quality images every time you open a new tab in your web browser. Whether you're searching for inspiration, taking a quick break from work, or simply looking to add some visual interest to your daily routine, this extension is the perfect way to enhance your browsing experience. So why wait? Install now and start enjoying stunning, eye-catching images every time you open a new tab!

To change the background image click the Change Background Icon in the top right on new tab.

Search results are provided by Microsoft Bing.

Privacy Policy: https://etab-extension.com/privacy-policy
Terms of Use: https://etab-extension.com/terms-and-conditions                    

拡張機能の基本情報

名前 eTab eTab
ID idnfpcpfaamcjidcakmafaffmepnkhle
公式URL https://chrome.google.com/webstore/detail/etab/idnfpcpfaamcjidcakmafaffmepnkhle
説明 An extension that will provide you with a motivating picture whenever you open a new tab in your browser.
ファイルサイズ 234 KB
インストール数 7,787
現在のバージョン 1.5
最終更新日 2023-09-10
公開日 2016-09-05
評価 4.44/5 合計 9 レビュー
開発者 Locksley Ltd
Eメール [email protected]
プライバシーポリシーページのURL https://etabextension.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eTab",
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/etabextension.com\/*"
    ],
    "manifest_version": 3,
    "description": "An extension that will provide you with a motivating picture whenever you open a new tab in your browser.",
    "version": "1.5"
}