Telegram Web Hashtags

Extension that adds the ability to create a hashtag from words

Telegram Web Hashtags là gì?

Telegram Web Hashtags là một tiện ích mở rộng Chrome được phát triển bởi Bruno Martins, và tính năng chính của nó là "Extension that adds the ability to create a hashtag from words".

Ả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 Telegram Web Hashtags

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

                                            

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

Tên Telegram Web Hashtags Telegram Web Hashtags
ID pkihcgaepgfapkbgbeolddpkjmgaeljo
URL Chính Thức https://chromewebstore.google.com/detail/telegram-web-hashtags/pkihcgaepgfapkbgbeolddpkjmgaeljo
Mô tả Extension that adds the ability to create a hashtag from words
Kích Thước Tệp 22.09 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2018-09-28
Ngày Phát Hành 2018-09-28
Nhà Phát Triển Bruno Martins
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telegram Web Hashtags",
    "version": "1.4.1",
    "description": "Extension that adds the ability to create a hashtag from words",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "assets\/img\/teleHash.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/img\/teleHash.png",
        "48": "assets\/img\/teleHash.png",
        "128": "assets\/img\/teleHash.png"
    },
    "content_scripts": [
        {
            "css": [
                "hashtag.css"
            ],
            "js": [
                "hashtag.js"
            ],
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ]
        }
    ],
    "manifest_version": 2
}