Moment Shooter

Capture Beautiful Moments

什麼是Moment Shooter?

Moment Shooter是由http://lrednight.com開發的Chrome擴展程式,該擴展的主要功能是“Capture Beautiful Moments”。

擴展截圖

screenshot

下載Moment Shooter擴展crx文件

下載Moment Shooter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
官方網址 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"
}