Twitter Logger

Automatically log tweets and save them as a table

Co to jest Twitter Logger?

Twitter Logger to rozszerzenie Chrome opracowane przez Andre Bradshaw, a jego główną funkcją jest „Automatically log tweets and save them as a table”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter Logger

Pobierz pliki rozszerzeń Twitter Logger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Logger Twitter Logger
ID bhlemhgopbbimdicinegiiihdlngdjah
Oficjalny URL https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah
Opis Automatically log tweets and save them as a table
Rozmiar pliku 23.9 KB
Liczba instalacji 25
Aktualna Wersja 0.111
Ostatnia Aktualizacja 2020-05-22
Data Publikacji 2020-05-21
Deweloper Andre Bradshaw
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}