Word Cloud for reddit

Create word clouds from reddit searches

Vad är Word Cloud for reddit?

Word Cloud for reddit är en Chrome-tillägg utvecklad av fairlight-excalibur, och dess huvudfunktion är "Create word clouds from reddit searches".

Tilläggsskärmbilder

screenshot

Ladda ner Word Cloud for reddit-förlängningens CRX-fil

Ladda ner Word Cloud for reddit-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

                        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                    

Grundläggande Information om Tillägg

Namn Word Cloud for reddit Word Cloud for reddit
ID jofcplhmceadecekcbgbbffhgkbpbnmn
Officiell webbadress https://chromewebstore.google.com/detail/word-cloud-for-reddit/jofcplhmceadecekcbgbbffhgkbpbnmn
Beskrivning Create word clouds from reddit searches
Filstorlek 396 KB
Antal Installationer 17
Aktuell Version 1.0.2
Senast Uppdaterad 2018-05-18
Publiceringsdatum 2018-05-18
Utvecklare fairlight-excalibur
Betalningssätt free
Stödda Språk 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"
    ]
}