URL Keeper
Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…
¿Qué es URL Keeper?
URL Keeper es una extensión de Chrome desarrollada por Yahya K.Salman, y su función principal es "Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión URL Keeper
Descarga archivos de extensión URL Keeper 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
Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through this button, the link that is manually typed in the input field for links is saved. - SAVE TAB: Through this button, we directly save the link to the website I am working on. -DELETE ALL: When this button is double-clicked, all saved links will be deleted
Información Básica de la Extensión
Nombre | URL Keeper |
ID | nfjoioebfckjekhgmhcnddpiphbpcbhp |
URL Oficial | https://chromewebstore.google.com/detail/url-keeper/nfjoioebfckjekhgmhcnddpiphbpcbhp |
Descripción | Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through… |
Tamaño del Archivo | 145 KB |
Cantidad de Instalaciones | 75 |
Versión Actual | 1.0.1 |
Última Actualización | 2022-02-16 |
Fecha de Publicación | 2022-02-15 |
Desarrollador | Yahya K.Salman |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.1", "name": "URL Keeper", "action": { "default_popup": "index.html", "default_icon": "logo.png" }, "permissions": [ "tabs" ] } |