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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 SMS little helper for easy SMS sending SMS little helper for easy SMS sending
ID ckkhbelmmjihfdndhhbiejdbagfohcim
官方網址 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"
            ]
        }
    ]
}