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…
Wat is Remember last read Tweet?
Remember last read Tweet is een Chrome-extensie ontwikkeld door Trufa, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Remember last read Tweet
Download Remember last read Tweet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Remember last read Tweet |
ID | fnfjecnchnojlpniikiibnglpbonimnb |
Officiële URL | https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb |
Beschrijving | 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… |
Bestandsgrootte | 59.12 KB |
Aantal Installaties | 58 |
Huidige Versie | 0.4.1 |
Laatst Bijgewerkt | 2013-02-11 |
Publicatiedatum | 2013-02-11 |
Beoordeling | 3.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Trufa |
Betalingswijze | free |
Extensiewebsite | https://github.com/trufa/Remember-Last-Read-Tweet |
Ondersteunde Talen | 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" ] } |