SayWhat.LOL text to Gif generator
Make everything you say sound funny
Vad är SayWhat.LOL text to Gif generator?
SayWhat.LOL text to Gif generator är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Make everything you say sound funny".
Tilläggsskärmbilder
Ladda ner SayWhat.LOL text to Gif generator-förlängningens CRX-fil
Ladda ner SayWhat.LOL text to Gif generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | fpckphfndjocalkbefpbpifhfgghjmgh |
Officiell webbadress | https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh |
Beskrivning | Make everything you say sound funny |
Filstorlek | 65.66 KB |
Antal Installationer | 40 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2016-08-16 |
Publiceringsdatum | 2016-08-16 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://saywhat.lol |
Stödda Språk | 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 } |