Click n' Tweet
Tweet in one click within Chrome
Click n' Tweet란 무엇입니까?
Click n' Tweet은(는) Denis Ciccale에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tweet in one click within Chrome"입니다.
확장 프로그램 스크린샷
Click n' Tweet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Really simple and fast way of tweeting within Chrome. - Tweet anything you want. - Tweet to share the current page (default). Features: - The tweet window will automatically close after tweeting. - No need to add permissions to twitter.
확장 프로그램 기본 정보
이름 | Click n' Tweet |
ID | gdepkkciedfadghaigjanfkcdedenpbh |
공식 URL | https://chromewebstore.google.com/detail/click-n-tweet/gdepkkciedfadghaigjanfkcdedenpbh |
설명 | Tweet in one click within Chrome |
파일 크기 | 305 KB |
설치 횟수 | 301 |
현재 버전 | 1.4.7 |
최근 업데이트 | 2013-08-25 |
출시 날짜 | 2013-08-25 |
평점 | 4.85/5 총 13 개의 평점 |
개발자 | Denis Ciccale |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click n' Tweet", "description": "Tweet in one click within Chrome", "version": "1.4.7", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Tweet!" }, "background": { "scripts": [ "clickntweet.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |