Twitter Logger
Automatically log tweets and save them as a table
O que é Twitter Logger?
Twitter Logger é uma extensão do Chrome desenvolvida por Andre Bradshaw, e sua principal característica é "Automatically log tweets and save them as a table".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Logger
Baixe arquivos de extensão Twitter Logger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Twitter Logger |
ID | bhlemhgopbbimdicinegiiihdlngdjah |
URL Oficial | https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah |
Descrição | Automatically log tweets and save them as a table |
Tamanho do Arquivo | 23.9 KB |
Contagem de Instalações | 25 |
Versão Atual | 0.111 |
Última Atualização | 2020-05-22 |
Data de Publicação | 2020-05-21 |
Desenvolvedor | Andre Bradshaw |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |