Yizy

Yizy is a Unique Bookmark Management Platform to Manage Bookmarks, Screenshots, Images and Inspirations!

Yizy란 무엇입니까?

Yizy은(는) https://yizy.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yizy is a Unique Bookmark Management Platform to Manage Bookmarks, Screenshots, Images and Inspirations!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Yizy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Yizy is a Unique Bookmark Management Platform for Web Designers, Front End Developers, Graphic Designers, or anyone who wants to Manage their Bookmarks, Screenshots, Images and Inspirations!

Yizy-Easier feedback between the client & developers. Review & Comment Web Designs. Get CSS Codes from Webpages. Organize under one Collection.

Time spent conducting meetings and highlighting issues can be time utilized to make your designs more efficient. Reducing communication overload frees up more time for development teams. Yizy can help in making your website approval process more efficient and less time consuming.                    

확장 프로그램 기본 정보

이름 Yizy Yizy
ID phabgkcbjjmclmmfdgfoblnnokpkmjdj
공식 URL https://chromewebstore.google.com/detail/yizy/phabgkcbjjmclmmfdgfoblnnokpkmjdj
설명 Yizy is a Unique Bookmark Management Platform to Manage Bookmarks, Screenshots, Images and Inspirations!
파일 크기 381 KB
설치 횟수 31
현재 버전 1.0.1
최근 업데이트 2021-04-08
출시 날짜 2020-11-19
평점 5.00/5 총 2 개의 평점
개발자 https://yizy.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.yizy.io
도움말 페이지 URL https://www.yizy.io/faq
개인정보 보호 정책 페이지 URL https://www.yizy.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yizy",
    "description": "Yizy is a Unique Bookmark Management Platform to Manage Bookmarks, Screenshots, Images and Inspirations!",
    "version": "1.0.1",
    "web_accessible_resources": [
        "index.html"
    ],
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon-16x16.png",
        "32": "assets\/icon-32x32.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ext\/vendor.js",
                "ext\/content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "ext\/vendor.js",
            "ext\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}