ClickTweet

Tweet whatever you are viewing (text, images, links etc) with a right-click!

ClickTweet란 무엇입니까?

ClickTweet은(는) https://idamo.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tweet whatever you are viewing (text, images, links etc) with a right-click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ClickTweet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        LiveTweeting your favorite show? No need to pause! Reading a fascinating article? No need to leave the page!

ClickTweet is a simple extension which allows Twitter users to simply right-click the content they want to tweet (be it a page, image, link or highlighted text) and tweet directly. Here's the catch: You don't even need to manually open Twitter to post! Simply tweet what you want without having to leave what you are currently working on. 

Ever wanted to share text, the link to a page, image or hyperlink and had to:
* Copy content
* Open Twitter
* Click the "New Tweet" button
* Then post the tweet, before going back to what you were viewing?

Sounds like such a hassle, doesn't it? 

Here's where we come in.

ClickTweet's procedure is really simple:
* Right-click content to be tweeted
* Select ClickTweet
* Tweet the content

Simple as it ought to be, right?

DISCLAIMER: For security reasons, ClickTweet does not ask or store your passwords (so no worries).                    

확장 프로그램 기본 정보

이름 ClickTweet ClickTweet
ID iemenfddoiochmlhbdbggjamfpjcclpd
공식 URL https://chromewebstore.google.com/detail/clicktweet/iemenfddoiochmlhbdbggjamfpjcclpd
설명 Tweet whatever you are viewing (text, images, links etc) with a right-click!
파일 크기 28.95 KB
설치 횟수 172
현재 버전 1.1
최근 업데이트 2015-09-18
출시 날짜 2015-09-18
평점 3.50/5 총 6 개의 평점
개발자 https://idamo.github.io
결제 유형 free
확장 프로그램 웹 사이트 http://idamo.github.io/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClickTweet",
    "description": "Tweet whatever you are viewing (text, images, links etc) with a right-click!",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "64": "icon2.png",
        "32": "icon2.png",
        "16": "icon2.png",
        "128": "icon2.png"
    },
    "permissions": [
        "contextMenus"
    ]
}