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
官方網址 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
電子郵箱 [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"
}