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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}