Auto Hashtag For TweetDeck

Insert the specified hashtag in the Tweet field of TweetDeck.

Hvad er Auto Hashtag For TweetDeck?

Auto Hashtag For TweetDeck er en Chrome-udvidelse udviklet af morix1500, og dens hovedfunktion er "Insert the specified hashtag in the Tweet field of TweetDeck.".

Udvidelsesskærmbilleder

screenshot

Download Auto Hashtag For TweetDeck-udvidelses-CRX-fil

Download Auto Hashtag For TweetDeck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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のツイート欄に対して、事前に設定したハッシュタグを埋め込むことが出来ます。

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

Grundlæggende oplysninger om udvidelsen

Navn Auto Hashtag For TweetDeck Auto Hashtag For TweetDeck
ID pmcicpkjcdahjgopkaidghigiahooplp
Officiel URL https://chrome.google.com/webstore/detail/pmcicpkjcdahjgopkaidghigiahooplp
Beskrivelse Insert the specified hashtag in the Tweet field of TweetDeck.
Filstørrelse 50.07 KB
Antal Installationer 55
Nuværende Version 1.0
Senest Opdateret 2018-11-30
Udgivelsesdato 2018-11-30
Udvikler morix1500
Betalingsmetode free
Hjælpeside-URL https://goo.gl/forms/tq2XH8MsQzpObgW43
Understøttede Sprog 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"
    ]
}