SavedYouAClick

Help save your followers a click by tweeting directly the right information, image or video from the page

SavedYouAClick란 무엇입니까?

SavedYouAClick은(는) xdamman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help save your followers a click by tweeting directly the right information, image or video from the page"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This chrome extension adds a new option in your contextual menu to let you tweet any text selection, image or video from the page. The image is uploaded natively to Twitter so that it shows up directly in the feed.

It will also automatically try to find the original tweet from the publisher so that your tweet can reference it.                    

확장 프로그램 기본 정보

이름 SavedYouAClick SavedYouAClick
ID hkgcdkbiagggeknkikljpmcnnmjamgnl
공식 URL https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl
설명 Help save your followers a click by tweeting directly the right information, image or video from the page
파일 크기 651 KB
설치 횟수 68
현재 버전 0.0.1
최근 업데이트 2014-08-27
출시 날짜 2014-08-27
평점 5.00/5 총 1 개의 평점
개발자 xdamman
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SavedYouAClick",
    "version": "0.0.1",
    "description": "Help save your followers a click by tweeting directly the right information, image or video from the page",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "activeTab",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "img\/SavedYouAClick-16.png",
        "48": "img\/SavedYouAClick-48.png",
        "64": "img\/SavedYouAClick-64.png",
        "128": "img\/SavedYouAClick-128.png"
    },
    "manifest_version": 2
}