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…
¿Qué es Read Tab Later?
Read Tab Later es una extensión de Chrome desarrollada por Ryan Hoffmann, y su función principal es "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Read Tab Later
Descarga archivos de extensión Read Tab Later en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Read Tab Later |
ID | cmnjlnadoijdhgkcglfejbinjobgmbhn |
URL Oficial | https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn |
Descripción | Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by… |
Tamaño del Archivo | 181 KB |
Cantidad de Instalaciones | 281 |
Versión Actual | 1.0 |
Última Actualización | 2015-02-10 |
Fecha de Publicación | 2015-02-09 |
Calificación | 4.78/5 Total de 9 Calificaciones |
Desarrollador | Ryan Hoffmann |
Tipo de Pago | free |
Idiomas Soportados | 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", " |