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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)
이메일 [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"
            }
        }
    }
}