Twitter Assistant

Helpful little features for Twitter.

Twitter Assistantとは何ですか?

Twitter AssistantはMindSkyによって開発されたChromeの拡張機能で、その主な機能は「Helpful little features for Twitter.」です。

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

screenshot

Twitter Assistant拡張機能のCRXファイルをダウンロード

Twitter Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Prevents lost Twitter tweet writing. Recall tweets you were writing before accidentally hitting the back button, your electricity went out, or any number of reasons they get lost.

Quick access to useful symbols such as ¼ and ☼                    

拡張機能の基本情報

名前 Twitter Assistant Twitter Assistant
ID femngnbabpfmcdbghieemklfobfppelm
公式URL https://chromewebstore.google.com/detail/twitter-assistant/femngnbabpfmcdbghieemklfobfppelm
説明 Helpful little features for Twitter.
ファイルサイズ 84.15 KB
インストール数 32
現在のバージョン 1.0
最終更新日 2020-01-14
公開日 2020-01-14
開発者 MindSky
支払い方法 free
拡張機能のウェブサイト http://sky.mind.im/twitter-assistant
ヘルプページのURL http://sky.mind.im/twitter-assistant
プライバシーポリシーページのURL http://sky.mind.im/privacy
対応言語 de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitter Assistant",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/sky.mind.im\/twitter-assistant\/",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "omnibox": {
        "keyword": "ta"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ],
    "short_name": "Twitter Assistant",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}