Moment Shooter

Capture Beautiful Moments

Moment Shooter là gì?

Moment Shooter là một tiện ích mở rộng Chrome được phát triển bởi http://lrednight.com, và tính năng chính của nó là "Capture Beautiful Moments".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moment Shooter

Tải xuống các tệp mở rộng Moment Shooter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
URL Chính Thức https://chrome.google.com/webstore/detail/onkjchldhcifmlnnnoglinebicoepndm
Mô tả Capture Beautiful Moments
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2014-10-08
Ngày Phát Hành 2014-10-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://lrednight.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}