Taylor Swiftifier

Replace your new tab page with photos of Taylor Swift.

Hvad er Taylor Swiftifier?

Taylor Swiftifier er en Chrome-udvidelse udviklet af Kevin Chen, og dens hovedfunktion er "Replace your new tab page with photos of Taylor Swift.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Taylor Swiftifier-udvidelses-CRX-fil

Download Taylor Swiftifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Taylor Swiftifier Taylor Swiftifier
ID njhhbihdfmihilbcknhbmpicgcjlflgm
Officiel URL https://chrome.google.com/webstore/detail/taylor-swiftifier/njhhbihdfmihilbcknhbmpicgcjlflgm
Beskrivelse Replace your new tab page with photos of Taylor Swift.
Filstørrelse 50.8 KB
Antal Installationer 182
Nuværende Version 1.6
Senest Opdateret 2015-02-05
Udgivelsesdato 2015-02-05
Bedømmelse 4.63/5 Samlet 27 Bedømmelser
Udvikler Kevin Chen
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}