Twitter Spot
Extension for (semi)advanced twitter search
Twitter Spotとは何ですか?
Twitter SpotはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Extension for (semi)advanced twitter search」です。
拡張機能のスクリーンショット
Twitter Spot拡張機能のCRXファイルをダウンロード
Twitter Spot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search twitter quicker and more efficient. Twitter Spot gives you possibility to access most common (user, keyword, date) advance search functions straight from your tab. You can also use standard google operators. Click on "Get @" to automatically copy user twitter handle from user page.
拡張機能の基本情報
名前 | Twitter Spot |
ID | mphjjnefganljfihdjpbenbflokgjlcm |
公式URL | https://chromewebstore.google.com/detail/twitter-spot/mphjjnefganljfihdjpbenbflokgjlcm |
説明 | Extension for (semi)advanced twitter search |
ファイルサイズ | 88.71 KB |
インストール数 | 68 |
現在のバージョン | 1.1.3 |
最終更新日 | 2020-06-15 |
公開日 | 2020-06-14 |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/msfrpy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Spot", "version": "1.1.3", "author": "@msfrpy", "homepage_url": "http:\/\/twitter.com\/msfrpy", "description": "Extension for (semi)advanced twitter search", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon16.png", "default_title": "Twitter Spot", "default_popup": "popup.html" } } |