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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 Notes – Organize your Zeplin Comments
ID ieimmggcldhfhpanbajijeehhnfhcodl
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/app.zeplin.io\/*",
        "https:\/\/app.zeplin.io\/*"
    ]
}