Hanzisize

Selectively enlarge text of a specific language

Τι είναι το Hanzisize;

Το Hanzisize είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hanzisize, και η κύρια λειτουργία του είναι "Selectively enlarge text of a specific language".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hanzisize

Λήψη αρχείων επέκτασης Hanzisize σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        What is Hanzisize?
Hanzisize is a browser extension that allows selective resizing of text according to the language selected by the user.

Why do I need it?
The inspiration for this browser extension came from my own frustration trying to read very small Chinese script online. I wanted to enlarge the font-size of Chinese characters without changing the size of English text or any other elements on the page.

How does it work?
The current version of Hanzisize is able to selectively resize Arabic, Burmese, Chinese, English, Georgian, Korean, Hebrew, Hindi, Japanese, and Thai text. Other languages may be added later based on demand.

Hanzisize allows for easy increasing and decreasing font-size on the page, with a few limitations. For example, the font size of an element can never be smaller than it was when the page was first loaded. This prevents headers and other large font size elements from shrinking while small paragraph text is enlarged.

Privacy
Hanzisize does not collect or transmit any user data. The only information that is stored are the most recent language and font size settings for user convenience. This data is stored in the user's browser and is not transmitted externally or used for any other purpose.

Hi there. I'm Ryan, the sole developer of Hanzisize. I've spent hundreds of hours working on Hanzisize while making it available for anyone to use for free. If you are able, please consider donating so I can continue to improve this tool for all of us. If you're not able to donate, please leave a review of this extension so more people can find it. Thanks for your support!

You can show your appreciation for Hanzisize by donating in the following ways:
1.Buy me a matcha latte at https://www.buymeacoffee.com/djmouthguard

2.Donate Bitcoin to bc1q4524l0qtj5ucjw8qvxdpd7vta7x9peyazd8ykc

3.Check out my Redbubble store at www.redbubble.com/people/djmouthguard/shop


Have a suggestion about how to improve Hanzisize?
You can email me at [email protected], or if you have a Github account you can create an "Issue" at https://github.com/rjpeterson/Hanzisize/issues and let me know how you think Hanzisize can be improved!

What's new in version 0.2.7?
1.Interface changes
The font size slider has been replaced with small, medium, and large buttons as well a custom input field.

2.Hotkeys
Users can now resize page content using keyboard hotkeys, instead of having to click the extension icon every time. The default hotkeys are:

"Shift+Alt+Q" - Initiate resizing using the most recent language and fontsize settings

"Shift+Alt+W" - Open the Hanzisize menu

These default hotkeys can be changed to the key combination of your choice in your browser settings.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hanzisize Hanzisize
ID jcljolcajgicemckjlgndbmoaeoobodk
Επίσημο URL https://chromewebstore.google.com/detail/hanzisize/jcljolcajgicemckjlgndbmoaeoobodk
Περιγραφή Selectively enlarge text of a specific language
Μέγεθος Αρχείου 615 KB
Αριθμός Εγκαταστάσεων 359
Τρέχουσα Έκδοση 0.2.7
Τελευταία Ενημέρωση 2021-06-03
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Hanzisize
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rjpeterson.github.io/hanzisize-about/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/rjpeterson/Hanzisize/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hanzisize",
    "version": "0.2.7",
    "description": "Selectively enlarge text of a specific language",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "resize": {
            "suggested_key": {
                "default": "Shift+Alt+Q"
            },
            "description": "Resize w\/ saved settings"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Shift+Alt+W"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Hanzisize",
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}