Taylor Swiftifier
Replace your new tab page with photos of Taylor Swift.
Qu'est-ce que Taylor Swiftifier ?
Taylor Swiftifier est une extension Chrome développée par Kevin Chen, et sa fonction principale est "Replace your new tab page with photos of Taylor Swift.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Taylor Swiftifier
Téléchargez les fichiers d'extension Taylor Swiftifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | njhhbihdfmihilbcknhbmpicgcjlflgm |
URL Officiel | https://chrome.google.com/webstore/detail/taylor-swiftifier/njhhbihdfmihilbcknhbmpicgcjlflgm |
Description | Replace your new tab page with photos of Taylor Swift. |
Taille du Fichier | 50.8 KB |
Nombre d'Installations | 182 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2015-02-05 |
Date de Publication | 2015-02-05 |
Évaluation | 4.63/5 Total 27 Évaluations |
Développeur | Kevin Chen |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |