Twitter Assistant

Helpful little features for Twitter.

Twitter Assistant란 무엇입니까?

Twitter Assistant은(는) MindSky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helpful little features for Twitter."입니다.

확장 프로그램 스크린샷

screenshot

Twitter Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Prevents lost Twitter tweet writing. Recall tweets you were writing before accidentally hitting the back button, your electricity went out, or any number of reasons they get lost.

Quick access to useful symbols such as ¼ and ☼                    

확장 프로그램 기본 정보

이름 Twitter Assistant Twitter Assistant
ID femngnbabpfmcdbghieemklfobfppelm
공식 URL https://chromewebstore.google.com/detail/twitter-assistant/femngnbabpfmcdbghieemklfobfppelm
설명 Helpful little features for Twitter.
파일 크기 84.15 KB
설치 횟수 32
현재 버전 1.0
최근 업데이트 2020-01-14
출시 날짜 2020-01-14
개발자 MindSky
결제 유형 free
확장 프로그램 웹 사이트 http://sky.mind.im/twitter-assistant
도움말 페이지 URL http://sky.mind.im/twitter-assistant
개인정보 보호 정책 페이지 URL http://sky.mind.im/privacy
지원되는 언어 de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitter Assistant",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/sky.mind.im\/twitter-assistant\/",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "omnibox": {
        "keyword": "ta"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ],
    "short_name": "Twitter Assistant",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}