Twitter Logger

Automatically log tweets and save them as a table

Twitter Logger là gì?

Twitter Logger là một tiện ích mở rộng Chrome được phát triển bởi Andre Bradshaw, và tính năng chính của nó là "Automatically log tweets and save them as a table".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Logger

Tải xuống các tệp mở rộng Twitter Logger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Logger Twitter Logger
ID bhlemhgopbbimdicinegiiihdlngdjah
URL Chính Thức https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah
Mô tả Automatically log tweets and save them as a table
Kích Thước Tệp 23.9 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.111
Cập Nhật Lần Cuối 2020-05-22
Ngày Phát Hành 2020-05-21
Nhà Phát Triển Andre Bradshaw
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}