Snappy
Website screenshots so simple your grandma could do it.
什麼是Snappy?
Snappy是由Nick Germaine開發的Chrome擴展程式,該擴展的主要功能是“Website screenshots so simple your grandma could do it.”。
下載Snappy擴展crx文件
下載Snappy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | fphenakchojmfbkcpjhklbjadjeblcko |
官方網址 | https://chromewebstore.google.com/detail/snappy/fphenakchojmfbkcpjhklbjadjeblcko |
簡介 | Website screenshots so simple your grandma could do it. |
檔案大小 | 62.82 KB |
安裝次數 | 94 |
目前版本 | 0.8 |
更新時間 | 2017-10-01 |
上架時間 | 2017-10-01 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Nick Germaine |
付費類型 | free |
支援的語言 | 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", " |