Screenshot Capture (Allstyls)
Screenshot Capture
Screenshot Capture (Allstyls)とは何ですか?
Screenshot Capture (Allstyls)はallstyls.powerbrandによって開発されたChromeの拡張機能で、その主な機能は「Screenshot Capture」です。
拡張機能のスクリーンショット
Screenshot Capture (Allstyls)拡張機能のCRXファイルをダウンロード
Screenshot Capture (Allstyls)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You are an right path to make your RFQ process simpler! Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.
拡張機能の基本情報
名前 | Screenshot Capture (Allstyls) |
ID | llfgdgkpiegpfackencfgohgbehkebbj |
公式URL | https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj |
説明 | Screenshot Capture |
ファイルサイズ | 83.92 KB |
インストール数 | 413 |
現在のバージョン | 1.7 |
最終更新日 | 2018-06-01 |
公開日 | 2018-06-01 |
開発者 | allstyls.powerbrand |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.allstyls.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot Capture (Allstyls)", "author": "Amrita Sharma", "version": "1.7", "manifest_version": 2, "minimum_chrome_version": "49", "description": "Screenshot Capture", "browser_action": { "default_icon": "images\/icon.png", "default_title": "Screenshot Capture" }, "options_page": "\/content\/options.html", "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "web_accessible_resources": [ "\/images\/Jcrop.gif", "\/images\/pixel.png" ], "commands": { "take-screenshot": { "suggested_key": { "default": "Alt+S" }, "description": "Take Screenshot" } }, "icons": { "16": "images\/icon.png", "22": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "homepage_url": "https:\/\/www.allstyls.com", "permissions": [ "storage", "activeTab" ] } |