Moment Shooter

Capture Beautiful Moments

Moment Shooterคืออะไร?

Moment Shooter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lrednight.com และคุณลักษณะหลักของมันคือ "Capture Beautiful Moments"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moment Shooter

ดาวน์โหลดไฟล์ส่วนขยาย Moment Shooter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use Moment Shooter to capture beautiful site or just save pictures.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/onkjchldhcifmlnnnoglinebicoepndm
คำอธิบาย Capture Beautiful Moments
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.3.1
อัปเดตครั้งล่าสุด 2014-10-08
วันที่เผยแพร่ 2014-10-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://lrednight.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/atom.js",
            "js\/core.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Capture current tab."
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/atom.js",
                "js\/insert.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Capture Beautiful Moments",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBdxGw\/FGKZuBQcFRcIOure49k1spG2GCvyU94fUMyYamw4KwVooeMer0RrwDEEWxDu8r2Z+Ssk+CZ5i1gZBC+0L7L6MuM0hhmXYPigY+x10V9EuBP0+16sjTtFxcyMieb6\/d1HraV8e\/qBGYWCpWOGSprK4+WnnAGcVSXL9+IkQIDAQAB",
    "manifest_version": 2,
    "name": "Moment Shooter",
    "options_page": "index.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "",
        "unlimitedStorage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.1"
}