WordCloudIt
Turns any text you selected on the web into an awesome word cloud
Was ist WordCloudIt?
WordCloudIt ist eine Chrome-Erweiterung, die von Sergey Chernykh entwickelt wurde, und ihr Hauptmerkmal ist "Turns any text you selected on the web into an awesome word cloud".
Erweiterungsscreenshots
WordCloudIt-Erweiterungs-CRX-Datei herunterladen
Laden Sie WordCloudIt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | WordCloudIt |
ID | eodkflpkbmfkfocinkokegcmmjemmgde |
Offizielle URL | https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde |
Beschreibung | Turns any text you selected on the web into an awesome word cloud |
Dateigröße | 328 KB |
Installationsanzahl | 658 |
Aktuelle Version | 0.2.7 |
Letztes Update | 2015-05-17 |
Veröffentlichungsdatum | 2015-05-17 |
Entwickler | Sergey Chernykh |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WordCloudIt", "version": "0.2.7", "description": "Turns any text you selected on the web into an awesome word cloud", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "images\/*.png", "images\/*.gif" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "contextMenus", "storage", "tabs", "activeTab", " |