Arabisk

Comment and share in arabic.

Wat is Arabisk?

Arabisk is een Chrome-extensie ontwikkeld door alaouy.com, en de belangrijkste functie is "Comment and share in arabic.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Arabisk

Download Arabisk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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


It supports the lexilogos keyboard layout.                    

Basisinformatie over de Extensie

Naam Arabisk Arabisk
ID lnigjnpedmllabkjembnjdhmcbghjdbo
Officiële URL https://chromewebstore.google.com/detail/arabisk/lnigjnpedmllabkjembnjdhmcbghjdbo
Beschrijving Comment and share in arabic.
Bestandsgrootte 65.33 KB
Aantal Installaties 121
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-04-24
Publicatiedatum 2014-04-24
Beoordeling 3.63/5 Totaal 8 Beoordelingen
Ontwikkelaar alaouy.com
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}