Word Cloud Generator
Generate word cloud visualizations of web pages, text files, or other arbitary text inputs
Word Cloud Generator क्या है?
Word Cloud Generator practechal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate word cloud visualizations of web pages, text files, or other arbitary text inputs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Cloud Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This addon allows you to select sections of a web page and generate a word cloud visualization of the words (or phrases) in those sections. Useful for a quick breakdown/summary of what the page is talking about, or at least the buzzwords. Also, it's just a fun visualization to play with. I mean, who doesn't love infographics?! ᕕ( ᐛ )ᕗ Feedback is welcome. What do you like? What would you change? Did you find interesting pages to generate word clouds for? Please leave a review, file an issue or submit a pull request (https://github.com/emanresusername/word-cloud-generator) Major shout out to d3-cloud (https://github.com/jasondavies/d3-cloud) which i'm using under the hood! Hope you like it!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | demclmhdcbofendohdngkfokmbcgickb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/word-cloud-generator/demclmhdcbofendohdngkfokmbcgickb |
विवरण | Generate word cloud visualizations of web pages, text files, or other arbitary text inputs |
फ़ाइल का आकार | 253 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2017-06-21 |
प्रकाशन तिथि | 2017-06-21 |
रेटिंग | 2.57/5 कुल 7 रेटिंग्स |
डेवलपर | practechal |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/emanresusername/word-cloud-generator |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Cloud Generator", "version": "0.3.0", "default_locale": "en", "description": "Generate word cloud visualizations of web pages, text files, or other arbitary text inputs", "icons": { "32": "icons\/32\/wordcloud.png", "48": "icons\/48\/wordcloud.png", "64": "icons\/64\/wordcloud.png", "96": "icons\/96\/wordcloud.png" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "dependencies.js", "main.js" ] }, "browser_action": { "default_title": "Word Cloud Generator", "default_icon": { "32": "icons\/32\/wordcloud.png", "48": "icons\/48\/wordcloud.png", "64": "icons\/64\/wordcloud.png", "96": "icons\/96\/wordcloud.png" } } } |