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ファイルをダウンロード

Remember last read Tweet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単に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 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"
    ]
}