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.”。
擴展截圖
下載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のツイート欄に対して、事前に設定したハッシュタグを埋め込むことが出来ます。 ツイートのたびに同じハッシュタグを使いたい場合、毎回ハッシュタグを入力する必要がなく自動でハッシュタグが挿入されます。
擴展基本資訊
名稱 | |
ID | pmcicpkjcdahjgopkaidghigiahooplp |
官方網址 | 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" ] } |