URL Saver
A simple and fashionable way to save and manage your URLs.
¿Qué es URL Saver?
URL Saver es una extensión de Chrome desarrollada por Pemê Studio, y su función principal es "A simple and fashionable way to save and manage your URLs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión URL Saver
Descarga archivos de extensión URL Saver 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
An extension that is here to simplify the user life. It allows to save whatever URL the user wants by typing and saving it directly on the list, or by saving the current tab. It is also easy to manage; the user can delete all of the items with just one click or choose which ones to eliminate. It has a Day and Night mode that is activated just by toggling the button.
Información Básica de la Extensión
Nombre | URL Saver |
ID | pibkfggcnkcfpkfbhghfoooigaikmnao |
URL Oficial | https://chromewebstore.google.com/detail/url-saver/pibkfggcnkcfpkfbhghfoooigaikmnao |
Descripción | A simple and fashionable way to save and manage your URLs. |
Tamaño del Archivo | 13.31 KB |
Cantidad de Instalaciones | 35 |
Versión Actual | 0.0.0.4 |
Última Actualización | 2022-07-13 |
Fecha de Publicación | 2022-05-10 |
Calificación | 5.00/5 Total de 12 Calificaciones |
Desarrollador | Pemê Studio |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.0.4", "name": "URL Saver", "description": "A simple and fashionable way to save and manage your URLs.", "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |