Tarjomak

Tarjomak extension provides quick translation of selected texts for persian users

Tarjomakとは何ですか?

TarjomakはMostafa Alahyari (@mimalef70)によって開発されたChromeの拡張機能で、その主な機能は「Tarjomak extension provides quick translation of selected texts for persian users」です。

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

screenshot
screenshot

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

Tarjomak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tarjomak, an extension for translating your contents from English to Persian (Farsi) as easy as pie. The only things you need to do is:

Option 1:
1. Select the text
2. Tap the Shift key
3. Done. You have the translated equivalent

 Option 2:
 1. Select the text
 2. Click on the extension's icon on the explorer's toolbar
 3. Done. You have the translated equivalent                    

拡張機能の基本情報

名前 Tarjomak Tarjomak
ID dbaahnceahihnikjnogoijfdccdonlia
公式URL https://chromewebstore.google.com/detail/tarjomak/dbaahnceahihnikjnogoijfdccdonlia
説明 Tarjomak extension provides quick translation of selected texts for persian users
ファイルサイズ 212 KB
インストール数 2,765
現在のバージョン 1.0.3
最終更新日 2019-01-14
公開日 2019-01-10
評価 3.83/5 合計 18 レビュー
開発者 Mostafa Alahyari (@mimalef70)
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mimalef70.github.io/tarjomak/
ヘルプページのURL https://mimalef70.github.io/tarjomak/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tarjomak",
    "author": "Mostafa Alahyari",
    "description": "Tarjomak extension provides quick translation of selected texts for persian users",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "styles\/popup_inject.css",
                "styles\/hint.min.css"
            ],
            "js": [
                "script\/allEnv\/allEnv.js",
                "script\/contentscript\/tarjomak.js",
                "script\/contentscript\/tarjomak_main.js",
                "script\/clipboard.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "script\/allEnv\/allEnv.js",
            "script\/background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/*",
        "styles\/*",
        "fonts\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Tarjomak",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Q"
            }
        }
    }
}