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

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

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/*"
    ]
}