Twitter Noti

Simple notification for twitter

Twitter Noti란 무엇입니까?

Twitter Noti은(는) HMI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple notification for twitter"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a simple notification, use the Rich Notification to notify your tweets and twitter photos.


== 1.1.7.10 ==
 * OAuth problem fixed.
 * Time stamp can convert to locale string                    

확장 프로그램 기본 정보

이름 Twitter Noti Twitter Noti
ID pfblhojcabkhbbljcalohlkpmmnkkjdf
공식 URL https://chromewebstore.google.com/detail/twitter-noti/pfblhojcabkhbbljcalohlkpmmnkkjdf
설명 Simple notification for twitter
파일 크기 32.3 KB
설치 횟수 31
현재 버전 1.1.7.10
최근 업데이트 2014-05-23
출시 날짜 2014-05-23
평점 4.11/5 총 9 개의 평점
개발자 HMI
결제 유형 free
확장 프로그램 웹 사이트 http://inswears.tumblr.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Noti",
    "version": "1.1.7.10",
    "manifest_version": 2,
    "description": "Simple notification for twitter",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "alarms",
        "https:\/\/api.twitter.com\/oauth\/request_token",
        "https:\/\/api.twitter.com\/oauth\/authorize",
        "https:\/\/api.twitter.com\/oauth\/access_token",
        "https:\/\/userstream.twitter.com\/1.1\/",
        "https:\/\/*.twimg.com\/",
        "https:\/\/twitpic.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/chrome_ex_oauthsimple.js",
            "scripts\/chrome_ex_oauth.js",
            "scripts\/onload.js",
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/chrome_ex_oauthsimple.js",
        "scripts\/chrome_ex_oauth.js",
        "scripts\/onload.js",
        "chrome_ex_oauth.html",
        "scripts\/options.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/*.twimg.com\/ https:\/\/twitpic.com\/"
}