Fullscreenrrr - full webpage screenshot
Capture entire page from top to the bottom entirely.. at once
Fullscreenrrr - full webpage screenshotとは何ですか?
Fullscreenrrr - full webpage screenshotはDanny Lazarowによって開発されたChromeの拡張機能で、その主な機能は「Capture entire page from top to the bottom entirely.. at once」です。
拡張機能のスクリーンショット
Fullscreenrrr - full webpage screenshot拡張機能のCRXファイルをダウンロード
Fullscreenrrr - full webpage screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take a screen shoot on entire page with one click - Up to 50% faster than other extensions, - After Screenshoot completion - images are saved directly on Downloads folder - Shows in percents the current progress - You can hear during the capture process, capture feedback with camera analog click sound - Options page (quality of the image, disable capture sound, download/open in new tab after capture)
拡張機能の基本情報
名前 | Fullscreenrrr - full webpage screenshot |
ID | ihaobgceoogckalioenpheioedgjaahk |
公式URL | https://chromewebstore.google.com/detail/fullscreenrrr-full-webpag/ihaobgceoogckalioenpheioedgjaahk |
説明 | Capture entire page from top to the bottom entirely.. at once |
ファイルサイズ | 245 KB |
インストール数 | 1,967 |
現在のバージョン | 1.0.5 |
最終更新日 | 2015-04-29 |
公開日 | 2015-04-29 |
評価 | 3.45/5 合計 33 レビュー |
開発者 | Danny Lazarow |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/fullscreenrrr |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreenrrr - full webpage screenshot", "version": "1.0.5", "manifest_version": 2, "description": "Capture entire page from top to the bottom entirely.. at once", "icons": { "48": "icons\/icon96.png", "128": "icons\/icon256.png" }, "default_locale": "en", "background": { "scripts": [ "js\/underscore.js", "src\/bg\/bgCommunicator.js", "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/content\/popup.html" }, "options_page": "src\/content\/options.html", "web_accessible_resources": [ "icons\/bggrad.jpg", "js\/underscore.js", "src\/content\/fontello.css", "src\/font\/fontello.svg", "src\/font\/fontello.eot", "src\/font\/fontello.ttf", "src\/font\/fontello.woff", "audio\/click.mp3" ] } |