Tweet Smart

Compose Auto Numbered Tweet Storms

Tweet Smart란 무엇입니까?

Tweet Smart은(는) Shashi Singh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compose Auto Numbered Tweet Storms"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tweet Smart 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TweetSmart helps you compose automatically numbered tweet storms. 

When expressing your views on twitter, sometimes it takes a series of tweets rather than just one. Many people go about numbering their tweets 1/n,2/n... without knowing what n would eventually be. 

TweetSmart is a smart compose box which automatically breaks down your composition into tweets and numbers them and then tweets them as responses so that they appeared clubbed when your followers view them on their timeline.                    

확장 프로그램 기본 정보

이름 Tweet Smart Tweet Smart
ID cidmafpjjhaajnpfefgfpnnalhkepppf
공식 URL https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf
설명 Compose Auto Numbered Tweet Storms
파일 크기 942 KB
설치 횟수 37
현재 버전 1.7
최근 업데이트 2015-12-11
출시 날짜 2015-12-10
평점 4.10/5 총 10 개의 평점
개발자 Shashi Singh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tweetsmart.in
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet Smart",
    "description": "Compose Auto Numbered Tweet Storms",
    "author": "offered by Shashi Singh",
    "version": "1.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "chrome_ex_oauth.js",
            "chrome_ex_oauthsimple.js",
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "chrome_ex_oauth.html"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.twitter.com\/oauth\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}