AVIF Studio

Extension for image editing, annotation. Save image as AVIF/PNG/JPEG/WEBP/PDF . Support all major image formats

什么是AVIF Studio?

AVIF Studio是由shareejvk开发的Chrome扩展程序,该扩展的主要功能是“Extension for image editing, annotation. Save image as AVIF/PNG/JPEG/WEBP/PDF . Support all major image formats”。

扩展截图

screenshot
screenshot
screenshot

下载AVIF Studio扩展crx文件

下载AVIF Studio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple extension for basic Image editing . It can also be used for capturing  web page screenshots and convert  it to various image formats such as AVIF , PNG, WEBP , JPEG & PDF  Images. 
The taken screens can be annotated  in a professional and  awesome way. There are various tools that helps the labeling and annotating fun and interesting. Annotation templates are available to make the process as easy as possible. 
One of the main  advantage of this editor is that you can export the annotated project and import the it at a later point of time. In other snipping and annotation tools once you done with the annotation and save it as an image then you wont be able to modify the annotations at a later point of time.

 AVIF image format is very useful when creating web images as it can maintain quality with lesser files sizes.  AVIF Studio  is a perfect tool convert Images to AVIF format and also  to create graphics and save it as AVIF images                    

扩展基本信息

名称 AVIF Studio AVIF Studio
ID bcnhebdciabcnffgcgdpkkniplccpfap
官方URL https://chromewebstore.google.com/detail/avif-studio/bcnhebdciabcnffgcgdpkkniplccpfap
简介 Extension for image editing, annotation. Save image as AVIF/PNG/JPEG/WEBP/PDF . Support all major image formats
文件大小 7.49 MB
安装次数 34
当前版本 1.75
更新时间 2024-02-19
上架时间 2022-07-25
评分 5.00/5 共1次评分
开发者 shareejvk
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AVIF Studio",
    "description": "Extension for image editing, annotation. Save image as AVIF\/PNG\/JPEG\/WEBP\/PDF . Support all major image formats ",
    "version": "1.75",
    "author": "Shareej V K",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": " style-src 'self' 'unsafe-inline'; img-src 'self' data: https: file:; connect-src 'self' data:; default-src 'self'; script-src 'self' 'wasm-unsafe-eval';"
    },
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "build\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/editor.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content-script.js"
            ]
        }
    ]
}