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 |
公式URL | 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", " |