Twitter UV
Browser Extension which enhances Twitter with Urbit Visor integration.
Twitter UV란 무엇입니까?
Twitter UV은(는) dcSpark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Extension which enhances Twitter with Urbit Visor integration."입니다.
확장 프로그램 스크린샷
Twitter UV 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Twitter UV is a web extension which bridges Twitter and Urbit. It allows users to easily share tweets and unroll whole threads at the click of a button directly onto their ships for sharing with others or archival purposes.
확장 프로그램 기본 정보
이름 | Twitter UV |
ID | dfidmeghmgfhhflhfopoeinniomenjlf |
공식 URL | https://chromewebstore.google.com/detail/twitter-uv/dfidmeghmgfhhflhfopoeinniomenjlf |
설명 | Browser Extension which enhances Twitter with Urbit Visor integration. |
파일 크기 | 253 KB |
설치 횟수 | 59 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2022-04-21 |
출시 날짜 | 2022-01-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | dcSpark |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dcSpark/twitter-uv |
개인정보 보호 정책 페이지 URL | https://dcspark.io/legal/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter UV", "version": "0.2.2", "description": "Browser Extension which enhances Twitter with Urbit Visor integration.", "manifest_version": 3, "icons": { "16": ".\/public\/images\/icon16.png", "48": ".\/public\/images\/icon48.png", "128": ".\/public\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ], "js": [ "dev.js" ], "css": [ "dev.css" ] } ], "action": { "default_icons": { "16": ".\/public\/images\/icon16.png", "48": ".\/public\/images\/icon48.png", "128": ".\/public\/images\/icon128.png" }, "default_popup": ".\/popup.html", "default_title": "Twitter UV" }, "permissions": [], "host_permissions": [ "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ] } |