Yizy

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

Yizyคืออะไร?

Yizy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yizy.io และคุณลักษณะหลักของมันคือ "Yizy is a Unique Bookmark Management Platform to Manage Bookmarks, Screenshots, Images and Inspirations!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yizy

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}