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とは何ですか?
Snapshootはhttp://www.southstaffs.ac.ukによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Snapshoot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | djdpcmgnomdbmdocbdbeinljedichmnn |
公式URL | https://chrome.google.com/webstore/detail/snapshoot/djdpcmgnomdbmdocbdbeinljedichmnn |
説明 | Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier. |
ファイルサイズ | 27.64 KB |
インストール数 | 833 |
現在のバージョン | 1.2 |
最終更新日 | 2016-03-09 |
公開日 | 2016-03-09 |
評価 | 4.57/5 合計 7 レビュー |
開発者 | http://www.southstaffs.ac.uk |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.google.com/intl/en_uk/policies/privacy |
対応言語 | 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" ] } |