Word Cloud for reddit
Create word clouds from reddit searches
O que é Word Cloud for reddit?
Word Cloud for reddit é uma extensão do Chrome desenvolvida por fairlight-excalibur, e sua principal característica é "Create word clouds from reddit searches".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Word Cloud for reddit
Baixe arquivos de extensão Word Cloud for reddit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | jofcplhmceadecekcbgbbffhgkbpbnmn |
URL Oficial | https://chromewebstore.google.com/detail/word-cloud-for-reddit/jofcplhmceadecekcbgbbffhgkbpbnmn |
Descrição | Create word clouds from reddit searches |
Tamanho do Arquivo | 396 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0.2 |
Última Atualização | 2018-05-18 |
Data de Publicação | 2018-05-18 |
Desenvolvedor | fairlight-excalibur |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |