Notes – Organize your Zeplin Comments
This extension collects all the notes within a Zeplin project and displays them in a filterable list.
Qu'est-ce que Notes – Organize your Zeplin Comments ?
Notes – Organize your Zeplin Comments est une extension Chrome développée par Péter Gál, et sa fonction principale est "This extension collects all the notes within a Zeplin project and displays them in a filterable list.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notes – Organize your Zeplin Comments
Téléchargez les fichiers d'extension Notes – Organize your Zeplin Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The note list can be exported if you want to reuse it in Google Sheets, and you can also export a screen list if you need a complete catalog of the different screens in the project. Although it can sometimes take a long time to collect all the notes (depending on the project size), it’s still much faster than checking the screens one-by-one, which is a painfully time-consuming task at the moment. Hopefully, this plugin will save you some time and help you to focus on more important tasks! You can follow me on Twitter for future updates: https://twitter.com/ptrgal Check this article on medium if you would like to know the story behind the extension: https://link.medium.com/y24t4Op4fR ----- Here's a quick guide to lead you in the right direction: 1. Go to app.zeplin.io 2. Enter a project and click on the "Notes" tab at the top 3. Use the "Start" button and wait for the download to finish That's all. Enjoy! ----- If you find a bug, drop me an email: [email protected] – Thanks! ----- Changelog: # [ 1.4.15 ] – 2022.10.17 – Fixed some navigation issues – Other smaller fixes # [ 1.4.14 ] – 2022.06.08 – Removed unused permission from the manifest file – Exported file now shows the correct colors for each note (blue and purple was missing) # [ 1.4.13 ] – 2022.06.03 – I kinda abandoned this project earlier, sorry for everyone who expected it to work... – Fixed navigation that didn't work because of Zeplin code updates – Updated manifest v2 to manifest v3 (Chrome extension requirement) – Updated functions to be compatible with manifest v3 # [ 1.4.12 ] – 2020.08.26 – Fixed some navigation related issues caused by Zeplin updates # [ 1.4.11 ] – 2019.12.27 – Fixed some navigation related issues again – A bit of code cleanup before the new year (it's still a mess, but it works! :D) # [ 1.4.10 ] – 2019.09.30 – Fixed some navigation related issues # [ 1.4.8 and 1.4.9 ] – 2019.06.21 – Fixed: Broken navigation caused by Zeplin update # [ 1.4.7 ] – 2019.06.13 – "Export Notes" feature now exports all the answers of a note (it only exported the last one previously) # [ 1.4.5 ] – 2019.05.03 – Fixed: The transparent app icon is now *really* transparent... :D – The download (collect) process got a better error handling # [ 1.4.4 ] – 2019.04.09 – Fixed: Modals cannot be scrolled because of a Chrome update # [ 1.4.3 ] – 2018.12.26 – Minor bugfix of the previous bugfix... yeah, I know. :D # [ 1.4.2 ] – 2018.12.24 – Minor bugfix related to resolved notes # [ 1.4.1 ] – 2018.12.11 – Minor bugfix # [ 1.4.0 ] – 2018.12.10 – Note Details modal redesigned – Added screen preview to Note Details – Added "Close all / Open all sections" feature to the main Dashboard as well ----- # [ 1.3.8 ] – 2018.10.08 – New keyboard shortcut: [ ALT + N ] or [ ⌥N ] for opening the "Notes" tab ----- # [ 1.3.7 ] – 2018.10.07 – New Statistics overview ----- # [ 1.3.4 ] – 2018.09.29 – Added "Last updated" date to Screen Export ----- # [ 1.3.3 ] – 2018.09.24 – Minor typo changes ----- # [ 1.3.2 ] – 2018.09.23 – Extension's popup window has been redesigned (extension popups appear when you click on the little icons at the top-right of the window) – Added "Title" tags to various elements ----- # [ 1.3.1 ] – 2018.09.17 – UI tweaks for cleaner look – Added basic search functionality for Messages, Users and Screens – Filters have been reworked and integrated into the search box – New keyboard shortcut: [ ESC ] for closing modals – New keyboard shortcut: [ Ctrl + F ] or [ ⌘F ] for searching
Informations de Base sur l'Extension
Nom | Notes – Organize your Zeplin Comments |
ID | ieimmggcldhfhpanbajijeehhnfhcodl |
URL Officiel | https://chromewebstore.google.com/detail/notes-%E2%80%93-organize-your-zep/ieimmggcldhfhpanbajijeehhnfhcodl |
Description | This extension collects all the notes within a Zeplin project and displays them in a filterable list. |
Taille du Fichier | 225 KB |
Nombre d'Installations | 1,327 |
Version Actuelle | 1.4.15 |
Dernière Mise à Jour | 2023-07-03 |
Date de Publication | 2019-12-27 |
Évaluation | 4.76/5 Total 17 Évaluations |
Développeur | Péter Gál |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.galpeter.com/zeplin-notes-privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notes \u2013 Organize your Zeplin Comments", "description": "This extension collects all the notes within a Zeplin project and displays them in a filterable list.", "version": "1.4.15", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png", "512": "img\/icon512.png" }, "background": { "service_worker": "js\/background.min.js" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/jquery-ui.min.js", "js\/content_scripts.min.js" ], "css": [ "css\/izn-extras.min.css", "css\/izn-zeplin-reset.min.css", "css\/izn-settings.min.css", "css\/izn-buttons.min.css", "css\/izn-modals.min.css", "css\/izn.min.css", "css\/izn-search.min.css", "css\/izn-stats.min.css", "css\/izn-details.min.css" ], "matches": [ "http:\/\/app.zeplin.io\/*", "https:\/\/app.zeplin.io\/*" ], "run_at": "document_end" } ], "action": { "default_popup": "html\/popup.html", "default_icon": { "48": "img\/icon48.png" } }, "web_accessible_resources": [ { "resources": [ "localization\/*.json", "html\/*.html", "img\/*.png", "img\/*.gif", "img\/*.svg", "js\/inject_script_collect.min.js", "js\/inject_script_variables.min.js" ], "matches": [ " |