Fast Screenshot
Take a screenshot
Fast Screenshotとは何ですか?
Fast ScreenshotはDenys Skychkoによって開発されたChromeの拡張機能で、その主な機能は「Take a screenshot」です。
拡張機能のスクリーンショット
Fast Screenshot拡張機能のCRXファイルをダウンロード
Fast Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick screenshot of website viewport
拡張機能の基本情報
名前 | Fast Screenshot |
ID | hgpjdhlbmdipmklooeilcjnjikagmkej |
公式URL | https://chromewebstore.google.com/detail/fast-screenshot/hgpjdhlbmdipmklooeilcjnjikagmkej |
説明 | Take a screenshot |
ファイルサイズ | 15.67 KB |
インストール数 | 8,187 |
現在のバージョン | 1.3.0 |
最終更新日 | 2023-11-21 |
公開日 | 2020-03-07 |
評価 | 3.91/5 合計 45 レビュー |
開発者 | Denys Skychko |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://skychko.com/ |
プライバシーポリシーページのURL | https://stopreclame.com/privacy.html |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Screenshot", "version": "1.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_popup_title__" }, "options_page": "options.html", "permissions": [ "activeTab", "downloads", "storage" ] } |