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.”。
扩展截图
下载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!
扩展基本信息
名称 | |
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\/" ] } |