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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}