Remember last read Tweet

This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…

Remember last read Tweet란 무엇입니까?

Remember last read Tweet은(는) Trufa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Remember last read Tweet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension can remember the last Tweet you read if you mark it so.

You can then go back Twitter and return to that position and continue from where you left off.

It is FREE and very easy to use!                    

확장 프로그램 기본 정보

이름 Remember last read Tweet Remember last read Tweet
ID fnfjecnchnojlpniikiibnglpbonimnb
공식 URL https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb
설명 This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…
파일 크기 59.12 KB
설치 횟수 58
현재 버전 0.4.1
최근 업데이트 2013-02-11
출시 날짜 2013-02-11
평점 3.00/5 총 12 개의 평점
개발자 Trufa
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/trufa/Remember-Last-Read-Tweet
지원되는 언어 en,es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "0.4.1",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/down-arrow.png"
    ]
}