Alltabs
Amazing visual artists every time you open a new tab.
Alltabsคืออะไร?
Alltabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newnow.cool และคุณลักษณะหลักของมันคือ "Amazing visual artists every time you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alltabs
ดาวน์โหลดไฟล์ส่วนขยาย Alltabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. This is a project by New Now.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
คำอธิบาย | Amazing visual artists every time you open a new tab. |
ขนาดไฟล์ | 7.18 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-05-09 |
วันที่เผยแพร่ | 2021-04-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://newnow.cool |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.alltabs.co/ |
URL หน้านโยบายความเป็นส่วนตัว | https://newnow.cool/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "alltabs.html#newTab" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "description": "Amazing visual artists every time you open a new tab.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "28", "name": "Alltabs", "omnibox": { "keyword": "f" }, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "alltabs.html" ] } |