Easily Custom Page Zoom

Each website (or all websites) may be set with a unique zoom level easily.

Easily Custom Page Zoom क्या है?

Easily Custom Page Zoom christianhilton64 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Each website (or all websites) may be set with a unique zoom level easily."।

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

screenshot

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

crx प्रारूप में Easily Custom Page Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "Easily Custom Page Zoom" provides you with the option to establish various zoom levels for each website. Furthermore, you can change the X and Y position of each page.

Features:

- The toolbar popup window can be used to set custom zoom levels for each website. 
- You can set each page's position using the X and Y positions, and save the settings for individual pages using the save button. 
- You can also delete each setting by clicking on the close (x) button. 
- To turn the Addon ON or OFF, you can use two separate buttons at the popup UI.
- A "*" can also be used to set a specific level of zoom for all websites.                    

एक्सटेंशन की मूल जानकारी

नाम Easily Custom Page Zoom Easily Custom Page Zoom
ID blnignndbniflpdkkhmbjcombmfdjgak
आधिकारिक URL https://chromewebstore.google.com/detail/easily-custom-page-zoom/blnignndbniflpdkkhmbjcombmfdjgak
विवरण Each website (or all websites) may be set with a unique zoom level easily.
फ़ाइल का आकार 67.02 KB
स्थापना संख्या 165
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-05-30
प्रकाशन तिथि 2022-05-30
रेटिंग 4.97/5 कुल 38 रेटिंग्स
डेवलपर christianhilton64
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://worldaddons.com/custom-page-zoom/
सहायता पृष्ठ URL https://worldaddons.com/contact/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Easily Custom Page Zoom",
    "short_name": "custom-page-zoom",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/custom-page-zoom\/",
    "description": "Each website (or all websites) may be set with a unique zoom level easily.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Easily Custom Page Zoom",
        "default_popup": "source\/popup\/popup.html",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "source\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}