Twitter Logger
Automatically log tweets and save them as a table
什么是Twitter Logger?
Twitter Logger是由Andre Bradshaw开发的Chrome扩展程序,该扩展的主要功能是“Automatically log tweets and save them as a table”。
扩展截图
下载Twitter Logger扩展crx文件
下载Twitter Logger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Twitter Logger |
ID | bhlemhgopbbimdicinegiiihdlngdjah |
官方URL | https://chromewebstore.google.com/detail/twitter-logger/bhlemhgopbbimdicinegiiihdlngdjah |
简介 | Automatically log tweets and save them as a table |
文件大小 | 23.9 KB |
安装次数 | 25 |
当前版本 | 0.111 |
更新时间 | 2020-05-22 |
上架时间 | 2020-05-21 |
开发者 | Andre Bradshaw |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |