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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } ] } |