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
官方網址 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"
    ]
}