Tarjomak

Tarjomak extension provides quick translation of selected texts for persian users

Tarjomak क्या है?

Tarjomak Mostafa Alahyari (@mimalef70) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tarjomak extension provides quick translation of selected texts for persian users"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tarjomak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            }
        }
    }
}