Custom Tab Extension

This new tab with changing wallpaper will display weather and date/time at user's current location

Custom Tab Extension란 무엇입니까?

Custom Tab Extension은(는) bhavyac045에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This new tab with changing wallpaper will display weather and date/time at user's current location"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Custom Tab Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This customized new tab with changing wallpaper will display weather and date/time at user's current location. Link to Covid-19 alerts and Gmail are added advantage.                    

확장 프로그램 기본 정보

이름 Custom Tab Extension Custom Tab Extension
ID fdmjinolaboakdlcnlclmnkklkfgapnd
공식 URL https://chromewebstore.google.com/detail/custom-tab-extension/fdmjinolaboakdlcnlclmnkklkfgapnd
설명 This new tab with changing wallpaper will display weather and date/time at user's current location
파일 크기 702 KB
설치 횟수 57
현재 버전 3
최근 업데이트 2020-08-26
출시 날짜 2020-05-05
개발자 bhavyac045
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Tab Extension",
    "description": "This new tab with changing wallpaper will display weather and date\/time at user's current location",
    "version": "3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "content.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "browser_action": {
        "default_title": "Custom Tab"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "identity",
        "identity.email"
    ]
}