Screen Snap

Extension to capture screenshot and source-code of active tab

什麼是Screen Snap?

Screen Snap是由Vernalis開發的Chrome擴展程式,該擴展的主要功能是“Extension to capture screenshot and source-code of active tab”。

擴展截圖

screenshot

下載Screen Snap擴展crx文件

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

擴展使用說明

                        Extension to capture screenshot and source-code of active tab                    

擴展基本資訊

名稱 Screen Snap Screen Snap
ID klihclcfhmjfdpopaonbgickchjhmidc
官方網址 https://chrome.google.com/webstore/detail/screen-snap/klihclcfhmjfdpopaonbgickchjhmidc
簡介 Extension to capture screenshot and source-code of active tab
檔案大小 93.78 KB
安裝次數 479
目前版本 0.0.4
更新時間 2015-08-18
上架時間 2015-08-18
評分 1.00/5 共 1 次評分
開發者 Vernalis
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Snap",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Extension to capture screenshot and source-code of active tab",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "short_name": "Screen Snap"
}