Notes – Organize your Zeplin Comments
This extension collects all the notes within a Zeplin project and displays them in a filterable list.
什麼是Notes – Organize your Zeplin Comments?
Notes – Organize your Zeplin Comments是由Péter Gál開發的Chrome擴展程式,該擴展的主要功能是“This extension collects all the notes within a Zeplin project and displays them in a filterable list.”。
擴展截圖
下載Notes – Organize your Zeplin Comments擴展crx文件
下載Notes – Organize your Zeplin Comments擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Notes – Organize your Zeplin Comments |
ID | ieimmggcldhfhpanbajijeehhnfhcodl |
官方網址 | https://chromewebstore.google.com/detail/notes-%E2%80%93-organize-your-zep/ieimmggcldhfhpanbajijeehhnfhcodl |
簡介 | This extension collects all the notes within a Zeplin project and displays them in a filterable list. |
檔案大小 | 225 KB |
安裝次數 | 1,327 |
目前版本 | 1.4.15 |
更新時間 | 2023-07-03 |
上架時間 | 2019-12-27 |
評分 | 4.76/5 共 17 次評分 |
開發者 | Péter Gál |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.galpeter.com/zeplin-notes-privacy-policy |
支援的語言 | 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": [ " |