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
电子邮箱 [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'"
}