Taylor Swiftifier

Replace your new tab page with photos of Taylor Swift.

Taylor Swiftifier là gì?

Taylor Swiftifier là một tiện ích mở rộng Chrome được phát triển bởi Kevin Chen, và tính năng chính của nó là "Replace your new tab page with photos of Taylor Swift.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Taylor Swiftifier

Tải xuống các tệp mở rộng Taylor Swiftifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Taylor Swiftifier Taylor Swiftifier
ID njhhbihdfmihilbcknhbmpicgcjlflgm
URL Chính Thức https://chrome.google.com/webstore/detail/taylor-swiftifier/njhhbihdfmihilbcknhbmpicgcjlflgm
Mô tả Replace your new tab page with photos of Taylor Swift.
Kích Thước Tệp 50.8 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2015-02-05
Ngày Phát Hành 2015-02-05
Đánh Giá 4.63/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Kevin Chen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}