Word Cloud for reddit
Create word clouds from reddit searches
Qu'est-ce que Word Cloud for reddit ?
Word Cloud for reddit est une extension Chrome développée par fairlight-excalibur, et sa fonction principale est "Create word clouds from reddit searches".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Word Cloud for reddit
Téléchargez les fichiers d'extension Word Cloud for reddit 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
Third-party extension that creates word clouds from the aggregated results of any reddit search. Want to do market analysis? See what's trending on your favorite subreddits? Love clicking on things? This is the extension for you! DOES: -allow you to save images of word clouds directly to your device -have a minimal, easy-to-use interface -work for any reddit or subreddit search DOESN'T: -inject content into the sites you visit -track your browsing history -make you cry
Informations de Base sur l'Extension
Nom | |
ID | jofcplhmceadecekcbgbbffhgkbpbnmn |
URL Officiel | https://chromewebstore.google.com/detail/word-cloud-for-reddit/jofcplhmceadecekcbgbbffhgkbpbnmn |
Description | Create word clouds from reddit searches |
Taille du Fichier | 396 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2018-05-18 |
Date de Publication | 2018-05-18 |
Développeur | fairlight-excalibur |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Cloud for reddit", "description": "Create word clouds from reddit searches", "version": "1.0.2", "page_action": { "default_icon": { "16": "logo-small.png" }, "default_title": "word cloud for reddit", "default_popup": "index.html" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "tabs" ] } |