Auto Hashtag For TweetDeck

Insert the specified hashtag in the Tweet field of TweetDeck.

Auto Hashtag For TweetDeck là gì?

Auto Hashtag For TweetDeck là một tiện ích mở rộng Chrome được phát triển bởi morix1500, và tính năng chính của nó là "Insert the specified hashtag in the Tweet field of TweetDeck.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Hashtag For TweetDeck

Tải xuống các tệp mở rộng Auto Hashtag For TweetDeck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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のツイート欄に対して、事前に設定したハッシュタグを埋め込むことが出来ます。

ツイートのたびに同じハッシュタグを使いたい場合、毎回ハッシュタグを入力する必要がなく自動でハッシュタグが挿入されます。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Hashtag For TweetDeck Auto Hashtag For TweetDeck
ID pmcicpkjcdahjgopkaidghigiahooplp
URL Chính Thức https://chrome.google.com/webstore/detail/pmcicpkjcdahjgopkaidghigiahooplp
Mô tả Insert the specified hashtag in the Tweet field of TweetDeck.
Kích Thước Tệp 50.07 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-11-30
Ngày Phát Hành 2018-11-30
Nhà Phát Triển morix1500
Loại Thanh Toán free
URL Trang Trợ Giúp https://goo.gl/forms/tq2XH8MsQzpObgW43
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}