SayWhat.LOL text to Gif generator
Make everything you say sound funny
Qu'est-ce que SayWhat.LOL text to Gif generator ?
SayWhat.LOL text to Gif generator est une extension Chrome développée par Unknown, et sa fonction principale est "Make everything you say sound funny".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SayWhat.LOL text to Gif generator
Téléchargez les fichiers d'extension SayWhat.LOL text to Gif generator 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
Transform your text to matching gifs on Facebook, Twitter, Gmail, forums and anywhere you like. Make everything you say sound funnier. Simply enclose your text between square brackets to get gifs, e.g. [Have Fun], [I'm excited to try this], [this is awesome], you get the idea.
Informations de Base sur l'Extension
Nom | |
ID | fpckphfndjocalkbefpbpifhfgghjmgh |
URL Officiel | https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh |
Description | Make everything you say sound funny |
Taille du Fichier | 65.66 KB |
Nombre d'Installations | 40 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2016-08-16 |
Date de Publication | 2016-08-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://saywhat.lol |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SayWhat.LOL text to Gif generator", "short_name": "SayWhat.LOL", "description": "Make everything you say sound funny", "version": "1.4", "permissions": [ "activeTab", "https:\/\/saywhat.lol\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "parakeet.js" ], "all_frames": true } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |