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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |