Taylor Swiftifier
Replace your new tab page with photos of Taylor Swift.
Taylor Swiftifierคืออะไร?
Taylor Swiftifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Chen และคุณลักษณะหลักของมันคือ "Replace your new tab page with photos of Taylor Swift."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taylor Swiftifier
ดาวน์โหลดไฟล์ส่วนขยาย Taylor Swiftifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1.5 UPDATE: The quotes have been removed, but now a random Taylor Swift music video plays automatically every time you open a new tab. Also the bugs regarding the random picture are now gone! Currently, this Chrome extension replaces your new tab page with a random photo of Taylor Swift from Flickr. Future improvements involve having user submitted images, plugins that keep you up to date on Taysway news, and an interactive way to keep in touch with your favorite gal!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | njhhbihdfmihilbcknhbmpicgcjlflgm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/taylor-swiftifier/njhhbihdfmihilbcknhbmpicgcjlflgm |
คำอธิบาย | Replace your new tab page with photos of Taylor Swift. |
ขนาดไฟล์ | 50.8 KB |
จำนวนการติดตั้ง | 182 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2015-02-05 |
วันที่เผยแพร่ | 2015-02-05 |
คะแนน | 4.63/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | Kevin Chen |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Taylor Swiftifier", "description": "Replace your new tab page with photos of Taylor Swift.", "version": "1.6", "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "background.html" }, "permissions": [ "https:\/\/secure.flickr.com\/", "http:\/\/kevchen.com\/" ] } |