Screenshot Capture (Allstyls)

Screenshot Capture

什麼是Screenshot Capture (Allstyls)?

Screenshot Capture (Allstyls)是由allstyls.powerbrand開發的Chrome擴展程式,該擴展的主要功能是“Screenshot Capture”。

擴展截圖

下載Screenshot Capture (Allstyls)擴展crx文件

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

擴展使用說明

                        You are an right path to make your RFQ process simpler!
Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.                    

擴展基本資訊

名稱 Screenshot Capture (Allstyls) Screenshot Capture (Allstyls)
ID llfgdgkpiegpfackencfgohgbehkebbj
官方網址 https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj
簡介 Screenshot Capture
檔案大小 83.92 KB
安裝次數 413
目前版本 1.7
更新時間 2018-06-01
上架時間 2018-06-01
開發者 allstyls.powerbrand
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.allstyls.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Capture (Allstyls)",
    "author": "Amrita Sharma",
    "version": "1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Screenshot Capture",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Screenshot Capture"
    },
    "options_page": "\/content\/options.html",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "22": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/www.allstyls.com",
    "permissions": [
        "storage",
        "activeTab"
    ]
}