Quick Text Share

Quick Text Share provides an easy way to transfer text from computer to mobile.

什麼是Quick Text Share?

Quick Text Share是由Sharabh Technologies Pvt Ltd開發的Chrome擴展程式,該擴展的主要功能是“Quick Text Share provides an easy way to transfer text from computer to mobile.”。

擴展截圖

screenshot

下載Quick Text Share擴展crx文件

下載Quick Text Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quick Text Share is most awaited package that simplifies your day to day task. Believe it or not you have faced this situation somewhere in your daily life when you want to share some data like name, phone number, email id, url or any other information from your computer to your mobile. In that situation, what you normally do, email it to your mobile phone, yes we all do the same thing before this application came in existence, but have you ever thought, how you will share that information if you don't have any working internet connection either in mobile or computer or both. Quick Text Share extension comes to rescue. Just install it and experience a new way to share data without any internet connection.

 --Features--
-> Quick support
-> Interactive UI
-> Small size
-> Works without Internet                    

擴展基本資訊

名稱 Quick Text Share Quick Text Share
ID kjccmaifbigomiimgkjoikakbghldgoa
官方網址 https://chrome.google.com/webstore/detail/quick-text-share/kjccmaifbigomiimgkjoikakbghldgoa
簡介 Quick Text Share provides an easy way to transfer text from computer to mobile.
檔案大小 160 KB
安裝次數 75
目前版本 1.0.1
更新時間 2014-11-07
上架時間 2014-11-07
評分 3.67/5 共 3 次評分
開發者 Sharabh Technologies Pvt Ltd
付費類型 free
擴展官網 http://www.quicktextshare.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Text Share",
    "version": "1.0.1",
    "description": "Quick Text Share provides an easy way to transfer text from computer to mobile.",
    "browser_action": {
        "default_title": "Quick Text Share",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_1.png",
        "48": "icon_2.png",
        "128": "icon_3.png"
    },
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}