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ファイルをダウンロード

Yizy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}