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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}