Twitter Logger

Automatically log tweets and save them as a table

Qu'est-ce que Twitter Logger ?

Twitter Logger est une extension Chrome développée par Andre Bradshaw, et sa fonction principale est "Automatically log tweets and save them as a table".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter Logger

Téléchargez les fichiers d'extension Twitter Logger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitter Logger Twitter Logger
ID bhlemhgopbbimdicinegiiihdlngdjah
URL Officiel https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah
Description Automatically log tweets and save them as a table
Taille du Fichier 23.9 KB
Nombre d'Installations 25
Version Actuelle 0.111
Dernière Mise à Jour 2020-05-22
Date de Publication 2020-05-21
Développeur Andre Bradshaw
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}