Arabisk

Comment and share in arabic.

Co to jest Arabisk?

Arabisk to rozszerzenie Chrome opracowane przez alaouy.com, a jego główną funkcją jest „Comment and share in arabic.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Arabisk

Pobierz pliki rozszerzeń Arabisk w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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


It supports the lexilogos keyboard layout.                    

Podstawowe informacje o rozszerzeniu

Nazwa Arabisk Arabisk
ID lnigjnpedmllabkjembnjdhmcbghjdbo
Oficjalny URL https://chromewebstore.google.com/detail/arabisk/lnigjnpedmllabkjembnjdhmcbghjdbo
Opis Comment and share in arabic.
Rozmiar pliku 65.33 KB
Liczba instalacji 121
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2014-04-24
Data Publikacji 2014-04-24
Ocena 3.63/5 Łącznie 8 Oceny
Deweloper alaouy.com
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}