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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for image editing, annotation. Save image as AVIF/PNG/JPEG/WEBP/PDF . Support all major image formats"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AVIF Studio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}