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. 擴展基本資訊
| 名稱 | |
| ID | bhlemhgopbbimdicinegiiihdlngdjah |
| 官方網址 | 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"
}
} | |