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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select content on HTML and push it to mobile device"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Push Message to Mobile एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |