Twitter Logger

Automatically log tweets and save them as a table

Vad är Twitter Logger?

Twitter Logger är en Chrome-tillägg utvecklad av Andre Bradshaw, och dess huvudfunktion är "Automatically log tweets and save them as a table".

Tilläggsskärmbilder

screenshot

Ladda ner Twitter Logger-förlängningens CRX-fil

Ladda ner Twitter Logger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Twitter Logger Twitter Logger
ID bhlemhgopbbimdicinegiiihdlngdjah
Officiell webbadress https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah
Beskrivning Automatically log tweets and save them as a table
Filstorlek 23.9 KB
Antal Installationer 25
Aktuell Version 0.111
Senast Uppdaterad 2020-05-22
Publiceringsdatum 2020-05-21
Utvecklare Andre Bradshaw
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}