ChromeDash

Enter dashes, accents, Greek letters, or alias in general—quickly!

ChromeDash là gì?

ChromeDash là một tiện ích mở rộng Chrome được phát triển bởi https://theofekfoundation.org, và tính năng chính của nó là "Enter dashes, accents, Greek letters, or alias in general—quickly!".

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

screenshot

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

Tải xuống các tệp mở rộng ChromeDash 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

                        A custom, all-purpose, word aliaser!

You can now create your own aliases in addition to en and em dashes!
Moreover, the extension comes with built-in alias packs, including Greek, accents, and math symbols!

Simply enter two dashes (hyphens) for an en–dash, and three for an em–dash! This can be changed, as can all other aliases you make!

This works nearly anywhere, in google, hangouts, messenger, facebook, etc.

If it doesn't work on a site that you use, be sure to report a bug, or contact us!

Feel free to send feedback or issues, or ask for increased dash functionality!

Thanks so much for your support!                    

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

Tên ChromeDash ChromeDash
ID bbpiealmmbiefhppikadopbljoppcnoa
URL Chính Thức https://chromewebstore.google.com/detail/chromedash/bbpiealmmbiefhppikadopbljoppcnoa
Mô tả Enter dashes, accents, Greek letters, or alias in general—quickly!
Kích Thước Tệp 56.93 KB
Số Lần Cài Đặt 1,776
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2016-12-13
Ngày Phát Hành 2016-12-12
Đánh Giá 4.19/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://theofekfoundation.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://blog.theofekfoundation.org/google-development/2016/02/05/how-I-created-chromedash/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChromeDash",
    "short_name": "ChromeDash",
    "version": "2.0.5",
    "description": "Enter dashes, accents, Greek letters, or alias in general\u2014quickly!",
    "browser_action": {
        "default_icon": "browsericon.png",
        "default_popup": "browserpopup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "ChromeDash16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "author": "Ofek Gila",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "general.js",
                "content.js"
            ]
        }
    ]
}