Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AkSachin/zeplin-in-app
Chrome Extension to open a zeplin current tab screen url in zeplin app
https://github.com/AkSachin/zeplin-in-app
chrome extension inapp utility zeplin
Last synced: 11 days ago
JSON representation
Chrome Extension to open a zeplin current tab screen url in zeplin app
- Host: GitHub
- URL: https://github.com/AkSachin/zeplin-in-app
- Owner: AkSachin
- License: mit
- Created: 2024-06-25T07:23:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T07:53:56.000Z (4 months ago)
- Last Synced: 2024-10-14T06:42:20.194Z (21 days ago)
- Topics: chrome, extension, inapp, utility, zeplin
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeplin Open In App Chrome Extension
Opens a zeplin current tab screen url in zeplin app
(Only works with screen as of now)
To-Do : Add customization to open any zeplin url in the respective zeplin app window
## How it works
Go to a screen of zeplin with url like this `https://app.zeplin.io/project/xxxxx/screen/yyyyy` in chrome and click on the extension icon.
It will prompt you to open current screen in zeplin app client if it's installed locally.It can be useful when you want to use pop out feature for given screen which is available in app only.
## To download a GitHub repository and configure a Chrome extension locally:
1. Click the "Code" button above the file list.
2. Download the repository as a ZIP file by clicking "Download ZIP".
3. Extract the downloaded ZIP file to a local directory on your computer.
4. To load the extension in Chrome, open the Chrome Extensions page `chrome://extensions/`, enable "Developer mode" (from top right), and click "Load unpacked" to select the extracted folder (the folder that contains `manifest.json`).
5. The Chrome extension should now be installed and available in your browser.
6. Pin the extension so that it stays visible.