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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brynjarhunfjord และคุณลักษณะหลักของมันคือ "Þetta plugin bætir texta inní magnsendingar á SMS'um."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SMS little helper for easy SMS sending
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |