Snapshoot
Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.
Snapshoot là gì?
Snapshoot là một tiện ích mở rộng Chrome được phát triển bởi http://www.southstaffs.ac.uk, và tính năng chính của nó là "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Snapshoot
Tải xuống các tệp mở rộng Snapshoot 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
Click the little camera icon at the top of your browser to take a snapshot of the current web page tab. You can then save the whole thing as an image, or drag a box using your mouse pointer to save just a section. Supports saving images in JPEG or PNG format, and works in the Chrome browser on desktops and on Chromebooks. It is designed to be simple, lightweight and work offline. Originally created to make the building of web tutorials easier, but with many more uses. Written by Neil King @ South Staffordshire College.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | djdpcmgnomdbmdocbdbeinljedichmnn |
URL Chính Thức | https://chrome.google.com/webstore/detail/snapshoot/djdpcmgnomdbmdocbdbeinljedichmnn |
Mô tả | Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier. |
Kích Thước Tệp | 27.64 KB |
Số Lần Cài Đặt | 833 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-03-09 |
Ngày Phát Hành | 2016-03-09 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://www.southstaffs.ac.uk |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.google.com/intl/en_uk/policies/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snapshoot", "description": "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.", "version": "1.2", "author": "Neil King at South Staffordshire College", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "offline_enabled": true, "homepage_url": "http:\/\/www.southstaffs.ac.uk", "permissions": [ "activeTab", "tabs", "downloads" ] } |