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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |