Taylor Swiftifier
Replace your new tab page with photos of Taylor Swift.
Cos'è Taylor Swiftifier?
Taylor Swiftifier è un'estensione di Chrome sviluppata da Kevin Chen, e la sua funzione principale è "Replace your new tab page with photos of Taylor Swift.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Taylor Swiftifier
Scarica i file di estensione Taylor Swiftifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | njhhbihdfmihilbcknhbmpicgcjlflgm |
URL Ufficiale | https://chrome.google.com/webstore/detail/taylor-swiftifier/njhhbihdfmihilbcknhbmpicgcjlflgm |
Descrizione | Replace your new tab page with photos of Taylor Swift. |
Dimensione del File | 50.8 KB |
Conteggio Installazioni | 182 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2015-02-05 |
Data di Pubblicazione | 2015-02-05 |
Valutazione | 4.63/5 Totale 27 Valutazioni |
Sviluppatore | Kevin Chen |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |