Matrix Start Tabs

Matrix Start Tabs - Welcome to Your Matrix

Matrix Start Tabsคืออะไร?

Matrix Start Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bryce และคุณลักษณะหลักของมันคือ "Matrix Start Tabs - Welcome to Your Matrix"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Matrix Start Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Matrix Start Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Matrix Start Tabs is a Cyber Punk Styled background extensions. The background available are great for people who love green, futuristic, and even city backdrops. 

Updates include user improvements.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Matrix Start Tabs Matrix Start Tabs
ID ebakplopaiajdldfdfphopanbopdhdfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/matrix-start-tabs/ebakplopaiajdldfdfphopanbopdhdfb
คำอธิบาย Matrix Start Tabs - Welcome to Your Matrix
ขนาดไฟล์ 239 KB
จำนวนการติดตั้ง 2,261
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2022-03-14
วันที่เผยแพร่ 2022-02-16
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา bryce
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://matrixstarttabs.com
URL หน้าช่วยเหลือ https://matrixstarttabs.com/?a=about
URL หน้านโยบายความเป็นส่วนตัว https://foreststarttabs.com?a=privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Matrix Start Tabs",
    "description": "Matrix Start Tabs - Welcome to Your Matrix ",
    "version": "1.7",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/img\/icons\/matrix.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "UiRNYB_QlQthhyvuYrBmg8n8JiLMuWFhKQ7wN3sPi_U",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https:\/\/apis.google.com\/js\/client.js?; object-src 'self'"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}