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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}