Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmcivet/adjust-figma-toolbelt
A versatile script designed to enhance your Figma experience by allowing you to reposition the toolbelt with ease.
https://github.com/palmcivet/adjust-figma-toolbelt
figma tampermonkey
Last synced: 4 months ago
JSON representation
A versatile script designed to enhance your Figma experience by allowing you to reposition the toolbelt with ease.
- Host: GitHub
- URL: https://github.com/palmcivet/adjust-figma-toolbelt
- Owner: palmcivet
- License: mit
- Created: 2024-08-18T09:20:09.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T14:57:23.000Z (6 months ago)
- Last Synced: 2024-09-29T05:41:59.341Z (4 months ago)
- Topics: figma, tampermonkey
- Language: TypeScript
- Homepage: https://greasyfork.org/scripts/504114-adjust-figma-toolbelt
- Size: 1.84 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adjust Figma Toolbelt
English | [中文](./README.zh-CN.md)
*adjust-figma-toolbelt* is a versatile script designed to enhance your Figma experience by allowing you to reposition the toolbelt with ease.
## Features
![a screenshot for this script](./assets/screenshot.png)
> This script can only be used in browsers and is not supported for Figma Desktop because JS injection is not possible.
## Installation
- [Greasy Fork](https://greasyfork.org/scripts/504114-adjust-figma-toolbelt)
- [Release](https://github.com/palmcivet/adjust-figma-toolbelt/release)
- [Source](https://palmcivet.github.io/adjust-figma-toolbelt/main.js)For users who have never used Tampermonkey or are not sure how to operate it, you can refer to the [Tampermonkey official documentation](https://www.tampermonkey.net/faq.php) for installation instructions.
1. Open the Chrome Web Store and install the [Tampermonkey](https://chromewebstore.google.com/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo) extension.
2. Open Greasy Fork and [install the script](https://greasyfork.org/zh-CN/scripts/504114-adjust-figma-toolbelt).
3. Find the Tampermonkey extension in the browser toolbar and start using it.## Development
```bash
git clone https://github.com/palmcivet/adjust-figma-toolbelt.git
cd adjust-figma-toolbelt
pnpm install
pnpm watch
```## License
[MIT](./LICENSE)