Auto Hashtag For TweetDeck
Insert the specified hashtag in the Tweet field of TweetDeck.
Auto Hashtag For TweetDeckคืออะไร?
Auto Hashtag For TweetDeck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย morix1500 และคุณลักษณะหลักของมันคือ "Insert the specified hashtag in the Tweet field of TweetDeck."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Hashtag For TweetDeck
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |