Auto Hashtag For TweetDeck
Insert the specified hashtag in the Tweet field of TweetDeck.
Cos'è Auto Hashtag For TweetDeck?
Auto Hashtag For TweetDeck è un'estensione di Chrome sviluppata da morix1500, e la sua funzione principale è "Insert the specified hashtag in the Tweet field of TweetDeck.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Hashtag For TweetDeck
Scarica i file di estensione Auto Hashtag For TweetDeck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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のツイート欄に対して、事前に設定したハッシュタグを埋め込むことが出来ます。 ツイートのたびに同じハッシュタグを使いたい場合、毎回ハッシュタグを入力する必要がなく自動でハッシュタグが挿入されます。
Informazioni di Base sull'Estensione
Nome | |
ID | pmcicpkjcdahjgopkaidghigiahooplp |
URL Ufficiale | https://chrome.google.com/webstore/detail/pmcicpkjcdahjgopkaidghigiahooplp |
Descrizione | Insert the specified hashtag in the Tweet field of TweetDeck. |
Dimensione del File | 50.07 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-11-30 |
Data di Pubblicazione | 2018-11-30 |
Sviluppatore | morix1500 |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://goo.gl/forms/tq2XH8MsQzpObgW43 |
Lingue Supportate | 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" ] } |