Push Message to Mobile
Select content on HTML and push it to mobile device
Push Message to Mobileとは何ですか?
Push Message to Mobileはwww.3x.com.twによって開発されたChromeの拡張機能で、その主な機能は「Select content on HTML and push it to mobile device」です。
拡張機能のスクリーンショット
Push Message to Mobile拡張機能のCRXファイルをダウンロード
Push Message to Mobile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1.
Push html message to mobile
2.
From the computer to the phone,
you can easily push text or web content to your phone.
Typing on the Computer →
phone notified →
copy, send text messages, open a URL or map.
3.Translation : the process of translating words or text from one language into another. 拡張機能の基本情報
| 名前 | |
| ID | bcagbbkmockgkkdggjimkijinbabcapp |
| 公式URL | https://chrome.google.com/webstore/detail/push-message-to-mobile/bcagbbkmockgkkdggjimkijinbabcapp |
| 説明 | Select content on HTML and push it to mobile device |
| ファイルサイズ | 196 KB |
| インストール数 | 14 |
| 現在のバージョン | 1.9 |
| 最終更新日 | 2014-10-30 |
| 公開日 | 2014-10-30 |
| 評価 | 3.00/5 合計 1 レビュー |
| 開発者 | www.3x.com.tw |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.9",
"name": "__MSG_manifest_name__",
"manifest_version": 2,
"default_locale": "en",
"description": "__MSG_manifest_description__",
"author": "www.3x.com.tw",
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon_128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/dict.cn\/*"
],
"js": [
"my_dict.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"my.js"
],
"run_at": "document_end",
"all_frames": true
}
]
} | |