Word Cloud for reddit

Create word clouds from reddit searches

Word Cloud for redditとは何ですか?

Word Cloud for redditはfairlight-excaliburによって開発されたChromeの拡張機能で、その主な機能は「Create word clouds from reddit searches」です。

拡張機能のスクリーンショット

screenshot

Word Cloud for reddit拡張機能のCRXファイルをダウンロード

Word Cloud for reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Word Cloud for reddit Word Cloud for reddit
ID jofcplhmceadecekcbgbbffhgkbpbnmn
公式URL https://chromewebstore.google.com/detail/word-cloud-for-reddit/jofcplhmceadecekcbgbbffhgkbpbnmn
説明 Create word clouds from reddit searches
ファイルサイズ 396 KB
インストール数 17
現在のバージョン 1.0.2
最終更新日 2018-05-18
公開日 2018-05-18
開発者 fairlight-excalibur
支払い方法 free
対応言語 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"
    ]
}