One Figma Shortcut a Day
Learn a Figma shortcut everyday, and become a Figma Master.
One Figma Shortcut a Dayとは何ですか?
One Figma Shortcut a Dayはrichardmguerreによって開発されたChromeの拡張機能で、その主な機能は「Learn a Figma shortcut everyday, and become a Figma Master.」です。
拡張機能のスクリーンショット
One Figma Shortcut a Day拡張機能のCRXファイルをダウンロード
One Figma Shortcut a Day拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Learn one Figma keyboard shortcut a day. A shortcut a day, keeps the PM away!
This extension will show a new notification everyday showing you the keyboard keys to use and what it does.
Repository: https://github.com/richardguerre/one-figma-shortcut-a-day
NOTE: Currently only has MacOS keyboard shortcuts 拡張機能の基本情報
| 名前 | |
| ID | hceenlnhhmjijehhioipgnmgcmmniepb |
| 公式URL | https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb |
| 説明 | Learn a Figma shortcut everyday, and become a Figma Master. |
| ファイルサイズ | 57.02 KB |
| インストール数 | 127 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2020-12-10 |
| 公開日 | 2020-11-14 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | richardmguerre |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "One Figma Shortcut a Day",
"version": "0.2.0",
"description": "Learn a Figma shortcut everyday, and become a Figma Master.",
"homepage_url": "https:\/\/github.com\/richardguerre\/one-figma-shortcut-a-day",
"icons": {
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "Richard Guerre",
"content_scripts": [
{
"matches": [
"*:\/\/*.figma.com\/*"
],
"css": [
"main.css"
],
"js": [
"runtime-main.js",
"2.js",
"main.js"
]
}
]
} | |