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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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:\/\/*\/*" ] } |