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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://extent.app และคุณลักษณะหลักของมันคือ "Cyberpunk tab, to-do list, calendar, themes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyberpunk Tab - Animated tab & to-do

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}