Accent Press

Accent Press is a simple Chrome Extension that allows you to easily write accents.

Accent Press là gì?

Accent Press là một tiện ích mở rộng Chrome được phát triển bởi 3Webs, và tính năng chính của nó là "Accent Press is a simple Chrome Extension that allows you to easily write accents.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Accent Press

Tải xuống các tệp mở rộng Accent Press dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        To type accents, simply hold the corresponding key on your keyboard. For example, to type è, hold the "E" key on your keyboard until you reach è. Simple!

💭 Want another language added? Is there something you think could be done better? Is there a bug? Please open an issue! It really helps to have feedback.
https://github.com/OpenSchooling/AccentPress/issues

📝 Changelog: https://github.com/OpenSchooling/AccentPress/releases

❤️ Open Source: AGPL-3.0
📁 https://github.com/OpenSchooling/AccentPress                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Accent Press Accent Press
ID nfcdcdoegfnidkeldipgmhbabmndlhbf
URL Chính Thức https://chromewebstore.google.com/detail/accent-press/nfcdcdoegfnidkeldipgmhbabmndlhbf
Mô tả Accent Press is a simple Chrome Extension that allows you to easily write accents.
Kích Thước Tệp 35.82 KB
Số Lần Cài Đặt 1,252
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2021-09-23
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển 3Webs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/OpenSchooling/AccentPress
URL Trang Trợ Giúp https://github.com/OpenSchooling/AccentPress/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.4.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16-transparent.png",
        "48": "icons\/icon48-transparent.png",
        "128": "icons\/icon128-transparent.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16-transparent.png",
            "48": "icons\/icon48-transparent.png",
            "128": "icons\/icon128-transparent.png"
        },
        "default_popup": "html\/extension_settings.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "js\/inject_gdoc.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/accentpress.pandapip1.com\/*"
        ]
    }
}