Arabisk

Comment and share in arabic.

What is Arabisk?

Arabisk is a Chrome extension developed by alaouy.com, and its main feature is "Comment and share in arabic.".

Extension Screenshots

screenshot
screenshot

Download Arabisk Extension CRX File

Download Arabisk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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


It supports the lexilogos keyboard layout.                    

Extension Basic Information

Name Arabisk Arabisk
ID lnigjnpedmllabkjembnjdhmcbghjdbo
Official URL https://chromewebstore.google.com/detail/arabisk/lnigjnpedmllabkjembnjdhmcbghjdbo
Description Comment and share in arabic.
File Size 65.33 KB
Installation Count 121
Current Version 0.0.2
Last Updated 2014-04-24
Publish Date 2014-04-24
Rating 3.63/5 Total 8 Ratings
Developer alaouy.com
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}