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!」です。
拡張機能のスクリーンショット
Quote.plus拡張機能のCRXファイルをダウンロード
Quote.plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |