SMS little helper for easy SMS sending
Þetta plugin bætir texta inní magnsendingar á SMS'um.
什么是SMS little helper for easy SMS sending?
SMS little helper for easy SMS sending是由brynjarhunfjord开发的Chrome扩展程序,该扩展的主要功能是“Þetta plugin bætir texta inní magnsendingar á SMS'um.”。
扩展截图
下载SMS little helper for easy SMS sending扩展crx文件
下载SMS little helper for easy SMS sending扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Þetta plugin bætir texta inní magnsendingar á SMS'um.
扩展基本信息
名称 | |
ID | ckkhbelmmjihfdndhhbiejdbagfohcim |
官方URL | https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim |
简介 | Þetta plugin bætir texta inní magnsendingar á SMS'um. |
文件大小 | 78.73 KB |
安装次数 | 23 |
当前版本 | 1 |
更新时间 | 2014-10-11 |
上架时间 | 2014-10-11 |
开发者 | brynjarhunfjord |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SMS little helper for easy SMS sending", "version": "1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "SMS helper", "default_icon": "icon16.png", "default_popup": "myscript.js" }, "content_scripts": [ { "matches": [ "https:\/\/vasi.siminn.is\/sms\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ] } |