Cyberpunk Tab - Animated tab & to-do

Cyberpunk tab, to-do list, calendar, themes

Cyberpunk Tab - Animated tab & to-do란 무엇입니까?

Cyberpunk Tab - Animated tab & to-do은(는) http://extent.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cyberpunk tab, to-do list, calendar, themes"입니다.

확장 프로그램 스크린샷

screenshot

Cyberpunk Tab - Animated tab & to-do 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Animated road trip to night city.                    

확장 프로그램 기본 정보

이름 Cyberpunk Tab - Animated tab & to-do Cyberpunk Tab - Animated tab & to-do
ID admhjgmehdiibblbjpglkjhfgoaaohki
공식 URL https://chrome.google.com/webstore/detail/cyberpunk-tab-animated-ta/admhjgmehdiibblbjpglkjhfgoaaohki
설명 Cyberpunk tab, to-do list, calendar, themes
파일 크기 2.24 MB
설치 횟수 362
현재 버전 1.1.18
최근 업데이트 2021-03-20
출시 날짜 2021-03-20
평점 5.00/5 총 1 개의 평점
개발자 http://extent.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://extent.app
도움말 페이지 URL https://extent.app
개인정보 보호 정책 페이지 URL https://rendom.net/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyberpunk Tab - Animated tab & to-do",
    "description": "Cyberpunk tab, to-do list, calendar, themes",
    "version": "1.1.18",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "oauth2": {
        "client_id": "990704142214-22if29udbmflp650p2r6nmg7nh1hod79.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/apis.google.com",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk1f8lEYSdilbz1tf0kZAc+A\/90YwxPwVf+Wmu9XOOkenjtcVdRrxjQlEIsCuRvPmoYfHmjZl7I84PAqOA0q9ZvZJkzFgYg6TIXpORGklqQ2ojR8+5gBZ4MtKyQGBvuqE1tdicerlqgDI4mHbksclh92q+\/njGSRMhkHPEuREitcWZugeWB8vzmPTJE1V7wyaaelJM\/7e57ZlXedjB3ffeMpPCcSNRhLArwxt2FetFxw7iETR9KLfyGPzraGEYuFPImURFcCj74YJHuELkD2VFBeu+UKlsuLQwtDuwbPX0EM\/+0ph5hrt80if9CQkrED3z\/fq1iVXD\/jWz\/\/d7+FVWwIDAQAB",
    "chrome_url_overrides": {
        "newtab": "home\/home.html"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "topSites",
        "identity",
        "bookmarks",
        "history",
        "tabs"
    ]
}