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
官方網址 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
電子郵箱 [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"
    }
}