Quote.plus

Quote.plus lets you select text or images on the internet and send them to Twitter with just a click!

Quote.plus란 무엇입니까?

Quote.plus은(는) https://quote.plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quote.plus lets you select text or images on the internet and send them to Twitter with just a click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Quote.plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quote.plus lets you share any selected text as a picture to Twitter. You can easily highlight the interesting parts before sending even.

With this extension you can also:

* click on the toolbar button after selecting text to share the quote
* click on the toolbar button to share the current URL
* right click to send gifs and pictures to Twitter
* right click to send just links to Twitter                    

확장 프로그램 기본 정보

이름 Quote.plus Quote.plus
ID bbejpnlmddfmpdkcilkkplofgcgfachi
공식 URL https://chromewebstore.google.com/detail/quoteplus/bbejpnlmddfmpdkcilkkplofgcgfachi
설명 Quote.plus lets you select text or images on the internet and send them to Twitter with just a click!
파일 크기 13.7 KB
설치 횟수 126
현재 버전 0.5.2
최근 업데이트 2017-03-26
출시 날짜 2017-03-26
평점 4.08/5 총 13 개의 평점
개발자 https://quote.plus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://quote.plus
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "quoteplus.js"
        ]
    },
    "description": "Quote.plus lets you select text or images on the internet and send them to Twitter with just a click!",
    "icons": {
        "128": "quote_plus_128.png",
        "16": "quote_plus_16.png",
        "32": "quote_plus_32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtDOK1Hmmal9bBgXutn8W+Ew\/97wKInPGvyOmPznQKSMGFVbupayiAi+Y4BaHhBIimXI1Nki6nWzJMv4IFhlVbCa1p2G1UQZV5hSMt2K0HruK3A961BYsc+BrR9Md+Xjpekfck393xJHSa4p4ytndrKG7G0cXv5J3B5LGwldyUWh\/NTVK1ikkgQeU5ScDS2em0JrISkYAumZcYDhNtesRTilSb\/UEBZFg35jI3do+7Cc\/gJIk2dTYBUUNiMs1KeUTYL9oKF7DYES5d66PHzsxiIqO9bquHU3y1F9lqEahz1K6zpsluHgDf+uQqgSpuGgIPL5\/ZCBD\/2DtPe4vJl1V3QIDAQAB",
    "manifest_version": 2,
    "name": "Quote.plus",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.2",
    "browser_action": {
        "default_title": "Send this page to Twitter",
        "default_icon": "quote_plus_128.png",
        "default_popup": "popup.html"
    }
}