New Tab - Pocketizer
Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab.
¿Qué es New Tab - Pocketizer?
New Tab - Pocketizer es una extensión de Chrome desarrollada por @glukmann, y su función principal es "Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión New Tab - Pocketizer
Descarga archivos de extensión New Tab - Pocketizer 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
Unofficial Pocket new tab extension for Chrome Get your Pocket list and archive right on your Chrome browser new tab. You can mark your items as read, delete them or add to the favorites list. You can find your items faster with searching over titles and URLs and if you don't have Pocket original extension installed, you can add new links too. More info about Pocket https://getpocket.com/
Información Básica de la Extensión
Nombre | New Tab - Pocketizer |
ID | ikndkhohinloomoacdggllledgjehkcf |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-pocketizer/ikndkhohinloomoacdggllledgjehkcf |
Descripción | Unofficial Pocket new tab extension for Chrome, Firefox, and Edge. See all your Pocket links right on new tab. |
Tamaño del Archivo | 84.01 KB |
Cantidad de Instalaciones | 339 |
Versión Actual | 2.0.1 |
Última Actualización | 2023-02-01 |
Fecha de Publicación | 2020-04-25 |
Calificación | 4.33/5 Total de 18 Calificaciones |
Desarrollador | @glukmann |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gglukmann.github.io/pocketizer |
URL de la Página de Ayuda | https://github.com/gglukmann/pocketizer |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_EXTENSION_NAME__", "version": "2.0.1", "manifest_version": 3, "default_locale": "en", "description": "__MSG_EXTENSION_DESCRIPTION__", "author": "Gert Gl\u00fckmann @glukmann", "homepage_url": "https:\/\/gglukmann.github.io\/pocketizer", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "64": "assets\/images\/icon64.png", "128": "assets\/images\/icon128.png", "256": "assets\/images\/icon256.png" }, "action": { "default_icon": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "assets\/js\/extension\/background.js" }, "permissions": [ "identity" ], "host_permissions": [ " |