Arabisk

Comment and share in arabic.

Arabiskとは何ですか?

Arabiskはalaouy.comによって開発されたChromeの拡張機能で、その主な機能は「Comment and share in arabic.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Arabisk拡張機能のCRXファイルをダウンロード

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\/*"
            ]
        }
    ]
}