Read Tab Later
Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
Co to jest Read Tab Later?
Read Tab Later to rozszerzenie Chrome opracowane przez Ryan Hoffmann, a jego główną funkcją jest „Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Read Tab Later
Pobierz pliki rozszerzeń Read Tab Later 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
Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by providing you with a button to simply pin the current tab you want to save for later to the New Tab page. Upon opening up a new tab, you'll find screenshots of each of the pages you pinned for later and can click any of them to quickly navigate to that page. If no pages have been pinned, a design related quote is presented instead.
Podstawowe informacje o rozszerzeniu
Nazwa | Read Tab Later |
ID | cmnjlnadoijdhgkcglfejbinjobgmbhn |
Oficjalny URL | https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn |
Opis | Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by… |
Rozmiar pliku | 181 KB |
Liczba instalacji | 281 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-02-10 |
Data Publikacji | 2015-02-09 |
Ocena | 4.78/5 Łącznie 9 Oceny |
Deweloper | Ryan Hoffmann |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Tab Later", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "pin.png", "default_title": "Pin to new tab page" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", " |