Save to WebCull
A plugin that makes it easier to save websites to the WebCull bookmark manager.
¿Qué es Save to WebCull?
Save to WebCull es una extensión de Chrome desarrollada por http://webcull.com, y su función principal es "A plugin that makes it easier to save websites to the WebCull bookmark manager.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Save to WebCull
Descarga archivos de extensión Save to WebCull 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 to WebCull bookmark manager without needing to navigate to the WebCull website. You can also change the title, save tags, take notes and quick switch account. Easily move your bookmark to a specific folder or create a new one all within the extension. The icon that is used to save links is grayscaled until the link has been saved, this is useful to know if you have already saved a link.
Información Básica de la Extensión
Nombre | |
ID | fiecfoalabmdglnpljckaajopfbdgcea |
URL Oficial | https://chrome.google.com/webstore/detail/save-to-webcull/fiecfoalabmdglnpljckaajopfbdgcea |
Descripción | A plugin that makes it easier to save websites to the WebCull bookmark manager. |
Tamaño del Archivo | 101 KB |
Cantidad de Instalaciones | 1,257 |
Versión Actual | 1.1.1 |
Última Actualización | 2022-01-24 |
Fecha de Publicación | 2020-05-22 |
Calificación | 2.25/5 Total de 4 Calificaciones |
Desarrollador | http://webcull.com |
Correo electrónico | [email protected] |
Sitio Web de la Extensión | https://webcull.com |
URL de la Página de Ayuda | https://webcull.com/reading/faq |
URL de la Página de Política de Privacidad | https://webcull.com/policy/privacy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to WebCull", "short_name": "WebCull", "version": "1.1.1", "description": "A plugin that makes it easier to save websites to the WebCull bookmark manager.", "permissions": [ "webRequest", "webNavigation", "tabs", "cookies", "https:\/\/webcull.com\/" ], "browser_action": { "default_title": "Add to WebCull", "default_icon": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "default_popup": "views\/bootstrap.html" }, "background": { "scripts": [ "js\/lib\/q.js", "js\/lib\/lib.js", "js\/background\/background.js" ], "persistent": true }, "icons": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/webcull.com\/; object-src 'self'" } |