Telegram Web Hashtags

Extension that adds the ability to create a hashtag from words

Telegram Web Hashtags란 무엇입니까?

Telegram Web Hashtags은(는) Bruno Martins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that adds the ability to create a hashtag from words"입니다.

확장 프로그램 스크린샷

screenshot

Telegram Web Hashtags 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Telegram Web Hashtags Telegram Web Hashtags
ID pkihcgaepgfapkbgbeolddpkjmgaeljo
공식 URL https://chromewebstore.google.com/detail/telegram-web-hashtags/pkihcgaepgfapkbgbeolddpkjmgaeljo
설명 Extension that adds the ability to create a hashtag from words
파일 크기 22.09 KB
설치 횟수 32
현재 버전 1.4.1
최근 업데이트 2018-09-28
출시 날짜 2018-09-28
개발자 Bruno Martins
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}