Wikiquote (ES)

La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org)

Что такое Wikiquote (ES)?

Wikiquote (ES) - это расширение Chrome, разработанное http://themunsonsapps.blogspot.com, и его основная функция - "La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org)".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Wikiquote (ES)

Скачайте файлы расширений Wikiquote (ES) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ¿Nada nuevo que decir? 

Frases y citas célebres para cada día de la Wikiquote (http://es.wikiquote.org) al alcance de un solo click.                    

Основная информация о расширении

Название Wikiquote (ES) Wikiquote (ES)
ID mommeekinonbbbfnmjgjgimhjpplldkh
Официальный URL https://chrome.google.com/webstore/detail/wikiquote-es/mommeekinonbbbfnmjgjgimhjpplldkh
Описание La frase célebre del día de Wikiquote en castellano con un solo click (http://es.wikiquote.org)
Размер файла 37.74 KB
Количество установок 45
Текущая Версия 2.0.1
Последнее Обновление 2013-04-28
Дата публикации 2013-04-28
Рейтинг 4.64/5 Всего 11 оценок
Разработчик http://themunsonsapps.blogspot.com
Тип оплаты free
Официальный сайт расширения http://themunsonsapps.blogspot.com/
Поддерживаемые языки es
manifest.json
{
    "browser_action": {
        "default_icon": "quote.png",
        "default_popup": "quote.html",
        "default_title": "Cita del d\u00eda"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "La frase c\u00e9lebre del d\u00eda de Wikiquote en castellano con un solo click (http:\/\/es.wikiquote.org)",
    "name": "Wikiquote (ES)",
    "permissions": [
        "tabs",
        "http:\/\/es.wikiquote.org\/*"
    ],
    "offline_enabled": false,
    "homepage_url": "http:\/\/themunsonsapps.blogspot.com\/",
    "icons": {
        "48": "quote_48x48.png",
        "128": "quote.png",
        "16": "quote_16x16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "quote.js",
                "jquery-1.4.4.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "2.0.1"
}