Twitter Logger

Automatically log tweets and save them as a table

Twitter Loggerคืออะไร?

Twitter Logger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andre Bradshaw และคุณลักษณะหลักของมันคือ "Automatically log tweets and save them as a table"

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

screenshot

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

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

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

                        Automatically log Tweets in your feed for quick reference. Remember seeing a Tweet yesterday, but you only vaguely remember it? This tool allows you to search through the Tweets you viewed in the past with a simple keyword search. It also allows you to download the Tweets as a table.                    

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

ชื่อ Twitter Logger Twitter Logger
ID bhlemhgopbbimdicinegiiihdlngdjah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah
คำอธิบาย Automatically log tweets and save them as a table
ขนาดไฟล์ 23.9 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.111
อัปเดตครั้งล่าสุด 2020-05-22
วันที่เผยแพร่ 2020-05-21
ผู้พัฒนา Andre Bradshaw
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Logger",
    "version": "0.111",
    "description": "Automatically log tweets and save them as a table",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}