Twitter Logger
Automatically log tweets and save them as a table
Apa itu Twitter Logger?
Twitter Logger adalah ekstensi Chrome yang dikembangkan oleh Andre Bradshaw, dan fitur utamanya adalah "Automatically log tweets and save them as a table".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter Logger
Unduh file ekstensi Twitter Logger dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Twitter Logger |
ID | bhlemhgopbbimdicinegiiihdlngdjah |
URL Resmi | https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah |
Deskripsi | Automatically log tweets and save them as a table |
Ukuran File | 23.9 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 0.111 |
Terakhir Diperbarui | 2020-05-22 |
Tanggal Publikasi | 2020-05-21 |
Pengembang | Andre Bradshaw |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |