Yizy

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

Qu'est-ce que Yizy ?

Yizy est une extension Chrome développée par https://yizy.io, et sa fonction principale est "Yizy is a Unique Bookmark Management Platform to Manage Bookmarks, Screenshots, Images and Inspirations!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Yizy

Téléchargez les fichiers d'extension Yizy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Yizy Yizy
ID phabgkcbjjmclmmfdgfoblnnokpkmjdj
URL Officiel https://chromewebstore.google.com/detail/yizy/phabgkcbjjmclmmfdgfoblnnokpkmjdj
Description Yizy is a Unique Bookmark Management Platform to Manage Bookmarks, Screenshots, Images and Inspirations!
Taille du Fichier 381 KB
Nombre d'Installations 31
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-04-08
Date de Publication 2020-11-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://yizy.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.yizy.io
URL de la Page d'Aide https://www.yizy.io/faq
URL de la Page de Politique de Confidentialité https://www.yizy.io/privacy-policy
Langues Prises en Charge 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'"
}