Word Cloud for reddit

Create word clouds from reddit searches

Word Cloud for reddit là gì?

Word Cloud for reddit là một tiện ích mở rộng Chrome được phát triển bởi fairlight-excalibur, và tính năng chính của nó là "Create word clouds from reddit searches".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Word Cloud for reddit

Tải xuống các tệp mở rộng Word Cloud for reddit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Word Cloud for reddit Word Cloud for reddit
ID jofcplhmceadecekcbgbbffhgkbpbnmn
URL Chính Thức https://chromewebstore.google.com/detail/word-cloud-for-reddit/jofcplhmceadecekcbgbbffhgkbpbnmn
Mô tả Create word clouds from reddit searches
Kích Thước Tệp 396 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-05-18
Ngày Phát Hành 2018-05-18
Nhà Phát Triển fairlight-excalibur
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}