Instant search on Twitter

Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.

Instant search on Twitterとは何ですか?

Instant search on Twitterはhttps://www.tsurezure-owls-nest.workによって開発されたChromeの拡張機能で、その主な機能は「Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Instant search on Twitter拡張機能のCRXファイルをダウンロード

Instant search on Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can immediately search for the topic of your concern on Twitter.
Even without displaying the Twitter screen once
You can also search directly for accounts, images and videos.

To search, simply select the character you care about, right-click and click the search target displayed in the context menu.

You can also select the target to be displayed in the context menu from the icon on the upper right.
Let's do searches that interest you.                    

拡張機能の基本情報

名前 Instant search on Twitter Instant search on Twitter
ID dmmiijgpfmjcnieohnpnjpljhcblmali
公式URL https://chromewebstore.google.com/detail/instant-search-on-twitter/dmmiijgpfmjcnieohnpnjpljhcblmali
説明 Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.
ファイルサイズ 19.53 KB
インストール数 131
現在のバージョン 1.2
最終更新日 2020-10-01
公開日 2020-03-10
評価 4.50/5 合計 2 レビュー
開発者 https://www.tsurezure-owls-nest.work
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.tsurezure-owls-nest.work/chrome-extension-privacy-policy-en
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "(OfficeKDY)",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    }
}