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文件

下載Telegram Web Hashtags擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Telegram Web Hashtags Telegram Web Hashtags
ID pkihcgaepgfapkbgbeolddpkjmgaeljo
官方網址 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
}