Anime Tab

Replace your new tab with an epic anime GIF!

Anime Tabคืออะไร?

Anime Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kkatongo และคุณลักษณะหลักของมันคือ "Replace your new tab with an epic anime GIF!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anime Tab

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

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

                        Replace your new tab with an epic anime GIF! Choose from One Piece, One Punch Man, Bleach, Full Metal Alchemist, Fairy Tail and more. Click on the pulsing gear icon to switch between animes.                    

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

ชื่อ Anime Tab Anime Tab
ID kjhgklhkbgdnehklbbjjliggpfclinan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anime-tab/kjhgklhkbgdnehklbbjjliggpfclinan
คำอธิบาย Replace your new tab with an epic anime GIF!
ขนาดไฟล์ 1.76 MB
จำนวนการติดตั้ง 349
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2018-12-16
วันที่เผยแพร่ 2018-12-16
คะแนน 3.54/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา kkatongo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime Tab",
    "description": "Replace your new tab with an epic anime GIF!",
    "version": "1.0.6",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}