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」です。
拡張機能のスクリーンショット
Telegram Web Hashtags拡張機能のCRXファイルをダウンロード
Telegram Web Hashtags拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } |