Flow Diagram with Screenshots
Allows you to capture your desktop to generate a flow diagram with screenshots.
Flow Diagram with Screenshotsとは何ですか?
Flow Diagram with ScreenshotsはPlataforma de Assinaturasによって開発されたChromeの拡張機能で、その主な機能は「Allows you to capture your desktop to generate a flow diagram with screenshots.」です。
拡張機能のスクリーンショット
Flow Diagram with Screenshots拡張機能のCRXファイルをダウンロード
Flow Diagram with Screenshots拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instructions:
1) Install the extension
2) And open: https://jorgemangueira.com/fds/ 拡張機能の基本情報
| 名前 | |
| ID | jkkegbinggpnjibncfepgfgaklceohek |
| 公式URL | https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek |
| 説明 | Allows you to capture your desktop to generate a flow diagram with screenshots. |
| ファイルサイズ | 71.13 KB |
| インストール数 | 484 |
| 現在のバージョン | 0.1.3 |
| 最終更新日 | 2018-10-31 |
| 公開日 | 2018-10-31 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Plataforma de Assinaturas |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Flow Diagram with Screenshots",
"description": "Allows you to capture your desktop to generate a flow diagram with screenshots.",
"version": "0.1.3",
"author": "Jorge A. Mangueira",
"manifest_version": 2,
"background": {
"scripts": [
"extension.js"
],
"persistent": false
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"https:\/\/jorgemangueira.com\/*\/*"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |