Quote Tweet Viewer
Adds a “see quote tweets” button to Twitter.
Quote Tweet Viewerとは何ですか?
Quote Tweet Viewerはcharlie.r.smartによって開発されたChromeの拡張機能で、その主な機能は「Adds a “see quote tweets” button to Twitter.」です。
拡張機能のスクリーンショット
Quote Tweet Viewer拡張機能のCRXファイルをダウンロード
Quote Tweet Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a “see quote tweets” button to tweets on Twitter. Clicking the button will open a new tab with a pre-filled search for all quote retweets for the original tweet.
Quote icon used on tweets via Recep Kutuk. 拡張機能の基本情報
| 名前 | |
| ID | akbjcbkanlkcpcejcohppnpcecngjghc |
| 公式URL | https://chromewebstore.google.com/detail/quote-tweet-viewer/akbjcbkanlkcpcejcohppnpcecngjghc |
| 説明 | Adds a “see quote tweets” button to Twitter. |
| ファイルサイズ | 18.39 KB |
| インストール数 | 207 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2019-04-05 |
| 公開日 | 2019-04-04 |
| 開発者 | charlie.r.smart |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quote Tweet Viewer",
"description": "Adds a \u201csee quote tweets\u201d button to Twitter.",
"version": "0.1.1",
"manifest_version": 2,
"web_accessible_resources": [
"fonts\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
],
"css": [
"tweet.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"32": "icons\/icon_32.png",
"128": "icons\/icon_128.png",
"256": "icons\/icon_256.png"
}
} | |