Future Tabs

Future Tabs

Future Tabs란 무엇입니까?

Future Tabs은(는) futuretab-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Future Tabs"입니다.

확장 프로그램 스크린샷

screenshot

Future Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Give your tab a new look!
With this extension you can easily change the standard page background to a beautiful image. Transform your tab with Future Tab by making it beautiful and convenient.

Features:
- Displays weather and time in your location
- Enhanced search with Bing

If you still have any ideas to improve or add to the extension, do not hesitate to contact us and we promise that we will make every effort to improve it. By clicking "Add to chrome", I accept and agree to install the "Future Tabs" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use and Privacy Policy. The extension uses permission the current location of user's device.
Terms of Use / End User License Agreement
https://extsolutiontechadv.com/terms_of_use.html
Privacy Policy
https://extsolutiontechadv.com/privacy_policy.html
Contact Us
https://extsolutiontechadv.com/contacts.html
Uninstall
https://extsolutiontechadv.com/lp/futuretab/uninstall.html                    

확장 프로그램 기본 정보

이름 Future Tabs Future Tabs
ID ofkkineedekacdmfcmgbdifbenfolphc
공식 URL https://chrome.google.com/webstore/detail/future-tabs/ofkkineedekacdmfcmgbdifbenfolphc
설명 Future Tabs
파일 크기 2.46 MB
설치 횟수 61,918
현재 버전 1.0.1
최근 업데이트 2021-07-04
출시 날짜 2021-06-26
평점 4.93/5 총 108 개의 평점
개발자 futuretab-dev
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://extsolutiontechadv.com/privacy_policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "ico.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "description": "Future Tabs",
    "icons": {
        "128": "ico.png"
    },
    "manifest_version": 2,
    "name": "Future Tabs",
    "version": "1.0.1"
}