Twitter Logger

Automatically log tweets and save them as a table

Wat is Twitter Logger?

Twitter Logger is een Chrome-extensie ontwikkeld door Andre Bradshaw, en de belangrijkste functie is "Automatically log tweets and save them as a table".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter Logger

Download Twitter Logger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitter Logger Twitter Logger
ID bhlemhgopbbimdicinegiiihdlngdjah
Officiële URL https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah
Beschrijving Automatically log tweets and save them as a table
Bestandsgrootte 23.9 KB
Aantal Installaties 25
Huidige Versie 0.111
Laatst Bijgewerkt 2020-05-22
Publicatiedatum 2020-05-21
Ontwikkelaar Andre Bradshaw
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}