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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tsurezure-owls-nest.work และคุณลักษณะหลักของมันคือ "Assists you search for tweets, accounts, images, and more easily and quickly on Twitter."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant search on Twitter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}