Taylor Swiftifier

Replace your new tab page with photos of Taylor Swift.

O que é Taylor Swiftifier?

Taylor Swiftifier é uma extensão do Chrome desenvolvida por Kevin Chen, e sua principal característica é "Replace your new tab page with photos of Taylor Swift.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Taylor Swiftifier

Baixe arquivos de extensão Taylor Swiftifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Taylor Swiftifier Taylor Swiftifier
ID njhhbihdfmihilbcknhbmpicgcjlflgm
URL Oficial https://chrome.google.com/webstore/detail/taylor-swiftifier/njhhbihdfmihilbcknhbmpicgcjlflgm
Descrição Replace your new tab page with photos of Taylor Swift.
Tamanho do Arquivo 50.8 KB
Contagem de Instalações 182
Versão Atual 1.6
Última Atualização 2015-02-05
Data de Publicação 2015-02-05
Classificação 4.63/5 Total de 27 Avaliações
Desenvolvedor Kevin Chen
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}