Auto Hashtag For TweetDeck
Insert the specified hashtag in the Tweet field of TweetDeck.
Auto Hashtag For TweetDeck क्या है?
Auto Hashtag For TweetDeck morix1500 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insert the specified hashtag in the Tweet field of TweetDeck."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Hashtag For TweetDeck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |