Taylor Swiftifier

Replace your new tab page with photos of Taylor Swift.

什麼是Taylor Swiftifier?

Taylor Swiftifier是由Kevin Chen開發的Chrome擴展程式,該擴展的主要功能是“Replace your new tab page with photos of Taylor Swift.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Taylor Swiftifier擴展crx文件

下載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!                    

擴展基本資訊

名稱 Taylor Swiftifier Taylor Swiftifier
ID njhhbihdfmihilbcknhbmpicgcjlflgm
官方網址 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\/"
    ]
}