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文件

下载Cyberpunk Tab - Animated tab & to-do扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}