Auto Hashtag For TweetDeck
Insert the specified hashtag in the Tweet field of TweetDeck.
O que é Auto Hashtag For TweetDeck?
Auto Hashtag For TweetDeck é uma extensão do Chrome desenvolvida por morix1500, e sua principal característica é "Insert the specified hashtag in the Tweet field of TweetDeck.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Hashtag For TweetDeck
Baixe arquivos de extensão Auto Hashtag For TweetDeck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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のツイート欄に対して、事前に設定したハッシュタグを埋め込むことが出来ます。 ツイートのたびに同じハッシュタグを使いたい場合、毎回ハッシュタグを入力する必要がなく自動でハッシュタグが挿入されます。
Informações Básicas da Extensão
Nome | |
ID | pmcicpkjcdahjgopkaidghigiahooplp |
URL Oficial | https://chrome.google.com/webstore/detail/pmcicpkjcdahjgopkaidghigiahooplp |
Descrição | Insert the specified hashtag in the Tweet field of TweetDeck. |
Tamanho do Arquivo | 50.07 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.0 |
Última Atualização | 2018-11-30 |
Data de Publicação | 2018-11-30 |
Desenvolvedor | morix1500 |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://goo.gl/forms/tq2XH8MsQzpObgW43 |
Idiomas Suportados | 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" ] } |