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…”。
扩展截图
下载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 |
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" ] } |