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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |