SMS little helper for easy SMS sending

Þetta plugin bætir texta inní magnsendingar á SMS'um.

What is SMS little helper for easy SMS sending?

SMS little helper for easy SMS sending is a Chrome extension developed by brynjarhunfjord, and its main feature is "Þetta plugin bætir texta inní magnsendingar á SMS'um.".

Extension Screenshots

screenshot

Download SMS little helper for easy SMS sending Extension CRX File

Download SMS little helper for easy SMS sending extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Þetta plugin bætir texta inní magnsendingar á SMS'um.                    

Extension Basic Information

Name SMS little helper for easy SMS sending SMS little helper for easy SMS sending
ID ckkhbelmmjihfdndhhbiejdbagfohcim
Official URL https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim
Description Þetta plugin bætir texta inní magnsendingar á SMS'um.
File Size 78.73 KB
Installation Count 23
Current Version 1
Last Updated 2014-10-11
Publish Date 2014-10-11
Developer brynjarhunfjord
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}