Bluesky Clickable Hashtag
Make bluesky hashtags blue and clickable
Bluesky Clickable Hashtagとは何ですか?
Bluesky Clickable Hashtagはyakisova41によって開発されたChromeの拡張機能で、その主な機能は「Make bluesky hashtags blue and clickable」です。
拡張機能のスクリーンショット
Bluesky Clickable Hashtag拡張機能のCRXファイルをダウンロード
Bluesky Clickable Hashtag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
bluesky hashtag in blue text. Clicking on it again will smoothly open a search page for that tag.
拡張機能の基本情報
名前 | Bluesky Clickable Hashtag |
ID | bigpgdbhghfpbbdjbggcgbofcbdjcpad |
公式URL | https://chromewebstore.google.com/detail/bluesky-clickable-hashtag/bigpgdbhghfpbbdjbggcgbofcbdjcpad |
説明 | Make bluesky hashtags blue and clickable |
ファイルサイズ | 22.46 KB |
インストール数 | 73 |
現在のバージョン | 1.0.3 |
最終更新日 | 2024-02-12 |
公開日 | 2024-02-08 |
開発者 | yakisova41 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/yakisova41/bluesky-clickable-hashtag |
ヘルプページのURL | https://github.com/yakisova41/bluesky-clickable-hashtag/issues/new |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bluesky Clickable Hashtag", "short_name": "blueskyClickableHashtag", "version": "1.0.3", "manifest_version": 3, "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*" ], "run_at": "document_end", "js": [ "userscript.user.js" ], "world": "MAIN" } ] } |