SSSnip!

Simple Screen Snip! Click and drag to take a snapshot of the screen.

SSSnip! là gì?

SSSnip! là một tiện ích mở rộng Chrome được phát triển bởi Synthesis Productions, và tính năng chính của nó là "Simple Screen Snip! Click and drag to take a snapshot of the screen.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SSSnip! 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

                        SSSnip!  It is the Simple Screen Snip!  

This extension has one main function and it does it very well: take screen shots of a selected area on a webpage.  Most extensions incorporate too much cluttering functionality, but this one stays simple and extremely useful.

** UPDATES **
*************
V 0.2.2 - 03/03/14
- UI changes to make screen selection easier
- Other changes to the interface 

V 0.2.1 - 02/25/14
- Minor bug fixes
 
V 0.2.0 - 02/25/14
- New user interface
- Preview of image is shown before saving

** UPCOMING FEATURES **
************************
- Side panel of recent snips
- GIF recorder

** INSTRUCTIONS **
******************
- Click scissor icon in the extension bar to begin a screen snip.
- Click and drag on the webpage to select the area you would like snip.
- Enter name of the snip or leave as the default.
- To cancel the snip either press ESC, click the 'X', or click outside of the preview panel.

This extension is still in early beta development.  If you observe any bugs or have any feature requests please send them!                    

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

Tên SSSnip! SSSnip!
ID opcciggnjillmifigagdpfpjdebfpgbh
URL Chính Thức https://chromewebstore.google.com/detail/sssnip/opcciggnjillmifigagdpfpjdebfpgbh
Mô tả Simple Screen Snip! Click and drag to take a snapshot of the screen.
Kích Thước Tệp 24.31 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2014-08-09
Ngày Phát Hành 2014-08-09
Đánh Giá 2.85/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Synthesis Productions
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSSnip!",
    "version": "0.2.2",
    "description": "Simple Screen Snip!  Click and drag to take a snapshot of the screen.",
    "minimum_chrome_version": "31.0",
    "permissions": [
        "",
        "downloads"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "SSSnip!",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "web_accessible_resources": [
        "cursor.png",
        "actionPanel.html",
        "actionPanel.css"
    ]
}