Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Co to jest Twitter Favorites Extension?
Twitter Favorites Extension to rozszerzenie Chrome opracowane przez tom, a jego główną funkcją jest „One-click access to the tweets you've added as favorites, from anywhere on Twitter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Favorites Extension
Pobierz pliki rozszerzeń Twitter Favorites Extension 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
Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
Oficjalny URL | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
Opis | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
Rozmiar pliku | 6.96 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2015-11-06 |
Data Publikacji | 2015-11-06 |
Deweloper | tom |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Favorites Extension", "version": "0.1.0", "manifest_version": 2, "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/*.twitter.com\/", "https:\/\/twitter.com\/" ] } |