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…
Co to jest Remember last read Tweet?
Remember last read Tweet to rozszerzenie Chrome opracowane przez Trufa, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Remember last read Tweet
Pobierz pliki rozszerzeń Remember last read Tweet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Remember last read Tweet |
ID | fnfjecnchnojlpniikiibnglpbonimnb |
Oficjalny URL | https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb |
Opis | 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… |
Rozmiar pliku | 59.12 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 0.4.1 |
Ostatnia Aktualizacja | 2013-02-11 |
Data Publikacji | 2013-02-11 |
Ocena | 3.00/5 Łącznie 12 Oceny |
Deweloper | Trufa |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/trufa/Remember-Last-Read-Tweet |
Obsługiwane Języki | 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" ] } |