Omnitweety
You don't need to leave your browser or your current tab, just tweet from the Omnibox (a.k.a. URL or Address bar)! Type 'tw' +…
Omnitweety란 무엇입니까?
Omnitweety은(는) yslibrary에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You don't need to leave your browser or your current tab, just tweet from the Omnibox (a.k.a. URL or Address bar)! Type 'tw' +…"입니다.
확장 프로그램 스크린샷
Omnitweety 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You don't need to leave your browser or your current tab, just tweet from the Omnibox (a.k.a. URL or Address bar)! Type 'tw' + [space/tab] in the omnibox, then write your status & hit Enter to tweet! Type 'tw' + [space/tab] + ':share' to share currently browsing page! Type 'tw' + [space/tab] + ':share' + [space] + [type anything] to share url with your comment! Type 'tw' + [space/tab] + ':options' to open options page Type 'tw' + [space/tab] + ':version' to check version Once you install the extension, you will be redirected to the twitter's auth page. Omnitweety is open source, you can access code from github.com/yshrsmz/omnitweety. Change Log === Version 1.1.0 *(2022-12-25)* --- - Add an option to enable debug logging - Fix the options page always opens upon Chrome relaunch Version 1.0.1 *(2022-12-07)* --- - Updated to manifest v3 - OptIons page design revamp
확장 프로그램 기본 정보
이름 | |
ID | jkghejckpigfbolkdkplfokccgpjjilb |
공식 URL | https://chrome.google.com/webstore/detail/omnitweety/jkghejckpigfbolkdkplfokccgpjjilb |
설명 | You don't need to leave your browser or your current tab, just tweet from the Omnibox (a.k.a. URL or Address bar)! Type 'tw' +… |
파일 크기 | 111 KB |
설치 횟수 | 78 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-12-26 |
출시 날짜 | 2020-06-30 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | yslibrary |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/yshrsmz/omnitweety |
도움말 페이지 URL | https://github.com/yshrsmz/omnitweety/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Omnitweety", "version": "1.1.0.0", "version_name": "1.1.0", "icons": { "16": "src\/assets\/icon_16.png", "48": "src\/assets\/icon_48.png", "128": "src\/assets\/icon_128.png" }, "omnibox": { "keyword": "tw" }, "options_page": "src\/options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "tabs", "notifications", "storage" ], "host_permissions": [ "https:\/\/api.twitter.com\/", "https:\/\/abs.twimg.com\/", "https:\/\/pbs.twimg.com\/", "http:\/\/fonts.googleapis.com\/" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https:\/\/abs.twimg.com\/ https:\/\/pbs.twimg.com\/" } } |