Search URL on Twitter

Search how people mentioning about the page on Twitter

Search URL on Twitterคืออะไร?

Search URL on Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tnj และคุณลักษณะหลักของมันคือ "Search how people mentioning about the page on Twitter"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Search URL on Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Search the page you are viewing on Twitter to see how people mentioning like, just a click away.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search URL on Twitter Search URL on Twitter
ID afpbehmhepnibneenbpakilpelfhlcld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-url-on-twitter/afpbehmhepnibneenbpakilpelfhlcld
คำอธิบาย Search how people mentioning about the page on Twitter
ขนาดไฟล์ 13.76 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2019-12-28
วันที่เผยแพร่ 2019-12-24
ผู้พัฒนา tnj
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search URL on Twitter",
    "version": "0.1.3",
    "description": "Search how people mentioning about the page on Twitter",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Search URL on Twitter",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}