Snappy
Website screenshots so simple your grandma could do it.
Snappy là gì?
Snappy là một tiện ích mở rộng Chrome được phát triển bởi Nick Germaine, và tính năng chính của nó là "Website screenshots so simple your grandma could do it.".
Tải xuống tệp CRX của tiện ích mở rộng Snappy
Tải xuống các tệp mở rộng Snappy 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
Tired of taking screenshots using the print screen button, and then having to crop out the tabs, address bar, and other on-screen junk? Well no more! Currently only visible field capture is available, but hopefully soon I'll have some time to add in full page captures, as well as video captures, and more awesome features.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fphenakchojmfbkcpjhklbjadjeblcko |
URL Chính Thức | https://chromewebstore.google.com/detail/snappy/fphenakchojmfbkcpjhklbjadjeblcko |
Mô tả | Website screenshots so simple your grandma could do it. |
Kích Thước Tệp | 62.82 KB |
Số Lần Cài Đặt | 94 |
Phiên Bản Hiện Tại | 0.8 |
Cập Nhật Lần Cuối | 2017-10-01 |
Ngày Phát Hành | 2017-10-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Nick Germaine |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nick Germaine", "background": { "page": "src\/html\/background.html", "content_scripts": [ { "js": [ "src\/js\/jquery-3.2.1.min.js", "src\/js\/buy.js", "src\/js\/background.js" ] } ], "persistent": true }, "browser_action": { "default_popup": "src\/html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/robots.txt*" ], "js": [ "oauth2\/oauth2_inject.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/css\/swag.css" ], "js": [ "src\/js\/jquery-3.2.1.min.js", "src\/js\/buy.js", "src\/js\/gmr.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com\/*; object-src 'self'", "description": "Website screenshots so simple your grandma could do it.", "manifest_version": 2, "name": "Snappy", "permissions": [ "tabs", "downloads", "tabCapture", " |