Twitter Logger

Automatically log tweets and save them as a table

What is Twitter Logger?

Twitter Logger is a Chrome extension developed by Andre Bradshaw, and its main feature is "Automatically log tweets and save them as a table".

Extension Screenshots

screenshot

Download Twitter Logger Extension CRX File

Download Twitter Logger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitter Logger Twitter Logger
ID bhlemhgopbbimdicinegiiihdlngdjah
Official URL https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah
Description Automatically log tweets and save them as a table
File Size 23.9 KB
Installation Count 25
Current Version 0.111
Last Updated 2020-05-22
Publish Date 2020-05-21
Developer Andre Bradshaw
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}