SMS sender
SMS tool for comfortable SMS sending and receiving.
SMS senderとは何ですか?
SMS senderはhujsi.martinによって開発されたChromeの拡張機能で、その主な機能は「SMS tool for comfortable SMS sending and receiving.」です。
SMS sender拡張機能のCRXファイルをダウンロード
SMS sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension for comfortable SMS handling.
拡張機能の基本情報
名前 | |
ID | hkieeejkfombemgeimpbggfnacmaeifi |
公式URL | https://chrome.google.com/webstore/detail/sms-sender/hkieeejkfombemgeimpbggfnacmaeifi |
説明 | SMS tool for comfortable SMS sending and receiving. |
ファイルサイズ | 214 KB |
インストール数 | 199 |
現在のバージョン | 0.1.4 |
最終更新日 | 2015-05-17 |
公開日 | 2015-05-17 |
開発者 | hujsi.martin |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SMS sender", "description": "SMS tool for comfortable SMS sending and receiving.", "version": "0.1.4", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "gcm", "storage", "notifications", "background" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-16x16.png", "default_popup": "popup.html" } } |