Font Size Decrease

With one click on the button the font size on the current page will be decrease.

Font Size Decrease क्या है?

Font Size Decrease https://www.stefanvd.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With one click on the button the font size on the current page will be decrease."।

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

screenshot

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

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

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

                        Font Size Decrease is a lightweight and useful add-in designed to make the font size of a website smaller with just a single click on the button.

This is an accessibility tool to Zoom Text Only. And make the reading experience easier for your eyes. Without changing the images or video player size.

Where is the Font Size Increase button?
If you want to have the Font Size Increase button, that can be found here:
https://chrome.google.com/extensions/detail/ombpcpigmndepfckcifdblemkabaoihk

A few great features in this browser extension:
+ With one single click on the A icon will decrease the font size
+ And with a double click on the A icon, it reset to the default font size

Project Information:
https://www.stefanvd.net/project/font-size-decrease/browser/

Required Permissions:
"activeTab":
This is needed to decrease the font on the current web page

"storage":
This is to save the settings on your local computer and sync it to your web browser account.

<<< Option feature >>>
To protect your eyes at night and to get focus on the video player such as YouTube™. It's recommended to use and install the Turn Off the Lights
https://chrome.google.com/webstore/detail/bfbmjmiodbnnpllbbbfblcplfjjepjdn                    

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

नाम Font Size Decrease Font Size Decrease
ID mpajngnpcmjjeoflljdjpnehcfaldcia
आधिकारिक URL https://chromewebstore.google.com/detail/font-size-decrease/mpajngnpcmjjeoflljdjpnehcfaldcia
विवरण With one click on the button the font size on the current page will be decrease.
फ़ाइल का आकार 21.62 KB
स्थापना संख्या 5,749
वर्तमान संस्करण 1.0.0.9
अंतिम अपडेट 2022-11-04
प्रकाशन तिथि 2013-12-25
रेटिंग 3.13/5 कुल 53 रेटिंग्स
डेवलपर https://www.stefanvd.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.stefanvd.net
सहायता पृष्ठ URL https://www.stefanvd.net/support/
गोपनीयता नीति पृष्ठ URL https://www.stefanvd.net/privacy
समर्थित भाषाएँ de,en,fr,nl,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "Font Size Decrease",
    "version": "1.0.0.9",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_browsertitle__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src 'none'; script-src 'self'; img-src 'self'; object-src 'none'"
    },
    "minimum_chrome_version": "103",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}