Tweeter
Tweet directly from your browser bar
Tweeter란 무엇입니까?
Tweeter은(는) https://wegnerdesign.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tweet directly from your browser bar"입니다.
확장 프로그램 스크린샷
Tweeter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No funny business tweet button. All it does is puts a twitter icon on your toolbar, and automates twitter web intents when you hit tweet. I don't track you. I don't automatically enter text for you. I don't make you follow me. Just tweet stuff. If you've got bugs, please leave a review with some details of what's going wrong. If you've got feature requests, please go find another twitter extension and post them there. When I say "No funny business", I mean it. This app lets you send tweets. That's it. Nothing more. Move along.
확장 프로그램 기본 정보
이름 | Tweeter |
ID | mneicboilaibkfhoealhcglboiabhodb |
공식 URL | https://chromewebstore.google.com/detail/tweeter/mneicboilaibkfhoealhcglboiabhodb |
설명 | Tweet directly from your browser bar |
파일 크기 | 257 KB |
설치 횟수 | 3,323 |
현재 버전 | 0.6.1 |
최근 업데이트 | 2012-07-05 |
출시 날짜 | 2012-07-05 |
평점 | 4.20/5 총 109 개의 평점 |
개발자 | https://wegnerdesign.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.wegnerdesign.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweeter", "version": "0.6.1", "manifest_version": 2, "permissions": [ "tabs", "https:\/\/twitter.com\/intent\/tweet" ], "description": "Tweet directly from your browser bar", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "96": "icon96.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |