Auto Hashtag For TweetDeck

Insert the specified hashtag in the Tweet field of TweetDeck.

Auto Hashtag For TweetDeckとは何ですか?

Auto Hashtag For TweetDeckはmorix1500によって開発されたChromeの拡張機能で、その主な機能は「Insert the specified hashtag in the Tweet field of TweetDeck.」です。

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

screenshot

Auto Hashtag For TweetDeck拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extended function can embed a preset hashtag in TweetDeck's Tweet field.

If you want to use the same hashtag for each tweet, you do not have to enter a hashtag every time and a hashtag is automatically inserted.

この拡張機能は、TweetDeckのツイート欄に対して、事前に設定したハッシュタグを埋め込むことが出来ます。

ツイートのたびに同じハッシュタグを使いたい場合、毎回ハッシュタグを入力する必要がなく自動でハッシュタグが挿入されます。                    

拡張機能の基本情報

名前 Auto Hashtag For TweetDeck Auto Hashtag For TweetDeck
ID pmcicpkjcdahjgopkaidghigiahooplp
公式URL https://chrome.google.com/webstore/detail/pmcicpkjcdahjgopkaidghigiahooplp
説明 Insert the specified hashtag in the Tweet field of TweetDeck.
ファイルサイズ 50.07 KB
インストール数 55
現在のバージョン 1.0
最終更新日 2018-11-30
公開日 2018-11-30
開発者 morix1500
支払い方法 free
ヘルプページのURL https://goo.gl/forms/tq2XH8MsQzpObgW43
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Hashtag For TweetDeck",
    "description": "Insert the specified hashtag in the Tweet field of TweetDeck.",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com; object-src 'self'",
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "https:\/\/tweetdeck.twitter.com\/",
        "storage",
        "tabs"
    ]
}