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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trufa และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remember last read Tweet

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}