Convert Text to ISL

Converts your selected data to ISL

什么是Convert Text to ISL?

Convert Text to ISL是由Thaparians开发的Chrome扩展程序,该扩展的主要功能是“Converts your selected data to ISL”。

扩展截图

screenshot
screenshot

下载Convert Text to ISL扩展crx文件

下载Convert Text to ISL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension helps you to convert your text to ISL(Indian sign language). You can either select the text, right click on it and select convert text to ISL or straight away type your text in our extension. Rest is up to us. Hope your appreciate our efforts.                    

扩展基本信息

名称 Convert Text to ISL Convert Text to ISL
ID cnjkedbgijbppmonekeajnbdokgmkekd
官方URL https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd
简介 Converts your selected data to ISL
文件大小 248 KB
安装次数 96
当前版本 1.02
更新时间 2019-05-17
上架时间 2019-05-17
评分 5.00/5 共4次评分
开发者 Thaparians
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Convert Text to ISL",
    "version": "1.02",
    "description": "Converts your selected data to ISL",
    "icons": {
        "128": "logo.png",
        "48": "logo.png",
        "16": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}