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”。
扩展截图
下载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
扩展基本信息
名称 | |
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" ] } |