screenie
A tiny extension that takes a full page screenshot in one click.
screenieとは何ですか?
screenieはArheyによって開発されたChromeの拡張機能で、その主な機能は「A tiny extension that takes a full page screenshot in one click.」です。
拡張機能のスクリーンショット
screenie拡張機能のCRXファイルをダウンロード
screenie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- no scrolling - no stitching - no other fancy things It's just takes a screenshot of entire page in one click.
拡張機能の基本情報
名前 | screenie |
ID | cggiknngoincldfgpmlbpdclllbkibbc |
公式URL | https://chromewebstore.google.com/detail/screenie/cggiknngoincldfgpmlbpdclllbkibbc |
説明 | A tiny extension that takes a full page screenshot in one click. |
ファイルサイズ | 306 KB |
インストール数 | 63 |
現在のバージョン | 0.2.1 |
最終更新日 | 2023-08-07 |
公開日 | 2019-09-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Arhey |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/freearhey/screenie |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "screenie", "version": "0.2.1", "manifest_version": 3, "description": "A tiny extension that takes a full page screenshot in one click.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "debugger", "downloads", "tabs" ], "action": { "default_icon": "icons\/icon32.png", "default_title": "Make screenshot" } } |