SSS simple screenShot

This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…

什麼是SSS simple screenShot?

SSS simple screenShot是由rya開發的Chrome擴展程式,該擴展的主要功能是“This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…”。

擴展截圖

screenshot

下載SSS simple screenShot擴展crx文件

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

擴展使用說明

                        This app will take a very simple screen shot . 

- To complete the operation in a single click . 
- The input of the file name to save is unnecessary . 
- This app does not require an extra action .                    

擴展基本資訊

名稱 SSS simple screenShot SSS simple screenShot
ID impaaijendpdklkecfcgklimbmlddbdn
官方網址 https://chrome.google.com/webstore/detail/sss-%E8%B6%85%E3%82%B7%E3%83%B3%E3%83%97%E3%83%AB%E3%81%AA%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/impaaijendpdklkecfcgklimbmlddbdn
簡介 This app will take a very simple screen shot. To complete the operation in a single click. The input of the file name to save is…
檔案大小 53.4 KB
安裝次數 59
目前版本 0.2.1
更新時間 2016-06-02
上架時間 2016-06-02
評分 2.33/5 共 3 次評分
開發者 rya
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_048.png",
        "16": "images\/icon_016.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "ja",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "version": "0.2.1"
}