WordCloudIt
Turns any text you selected on the web into an awesome word cloud
Что такое WordCloudIt?
WordCloudIt - это расширение Chrome, разработанное Sergey Chernykh, и его основная функция - "Turns any text you selected on the web into an awesome word cloud".
Снимки экрана расширения
Скачать файл CRX расширения WordCloudIt
Скачайте файлы расширений WordCloudIt в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                                             Основная информация о расширении
| Название |   |  
| ID | eodkflpkbmfkfocinkokegcmmjemmgde | 
| Официальный URL | https://chromewebstore.google.com/detail/wordcloudit/eodkflpkbmfkfocinkokegcmmjemmgde | 
| Описание | Turns any text you selected on the web into an awesome word cloud | 
| Размер файла | 328 KB | 
| Количество установок | 658 | 
| Текущая Версия | 0.2.7 | 
| Последнее Обновление | 2015-05-17 | 
| Дата публикации | 2015-05-17 | 
| Разработчик | Sergey Chernykh | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | 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",
        "  |  |