Arabisk

Comment and share in arabic.

Что такое Arabisk?

Arabisk - это расширение Chrome, разработанное alaouy.com, и его основная функция - "Comment and share in arabic.".

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

screenshot
screenshot

Скачать файл CRX расширения Arabisk

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

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

                        Arabic keyboard for Facebook, that lets you comment, share and express yourself in arabic, using latin letters.


It supports the lexilogos keyboard layout.                    

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

Название Arabisk Arabisk
ID lnigjnpedmllabkjembnjdhmcbghjdbo
Официальный URL https://chromewebstore.google.com/detail/arabisk/lnigjnpedmllabkjembnjdhmcbghjdbo
Описание Comment and share in arabic.
Размер файла 65.33 KB
Количество установок 121
Текущая Версия 0.0.2
Последнее Обновление 2014-04-24
Дата публикации 2014-04-24
Рейтинг 3.63/5 Всего 8 оценок
Разработчик alaouy.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arabisk",
    "short_name": "Arabisk",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Comment and share in arabic.",
    "homepage_url": "http:\/\/alaouy.com",
    "icons": {
        "16": "icons\/arabisk16.png",
        "32": "icons\/arabisk32.png",
        "48": "icons\/arabisk48.png",
        "128": "icons\/arabisk128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/arabisk.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.arabisk.js",
                "js\/arabisk.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ]
}