Lazy Felix - Visual Bookmarking

Lazy Felix

¿Qué es Lazy Felix - Visual Bookmarking?

Lazy Felix - Visual Bookmarking es una extensión de Chrome desarrollada por https://lazyfelix.com, y su función principal es "Lazy Felix".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Lazy Felix - Visual Bookmarking

Descarga archivos de extensión Lazy Felix - Visual Bookmarking 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

                        Turn your browser into an organized library with Lazy Felix! 🐈 

How the Lazy Felix Visual Bookmark extension works?

- Capture Anything with the Paw 🐾 : From eye-catching visuals, engaging videos 🎥, to insightful text snippets 📝, use Lazy Felix's intuitive paw for easy selection.
Effortless Storage: store your finds in the Extension panel with just a click. ✅
- Smart Organization: categorize into custom folders 📁 for quick access.
- Instant Revisit & Use: Click the link icon 🔗 to revisit or drag & drop 🖱️ your finds to insert into platforms like Canva, research papers, CMS, Google Drive, Facebook, or Discord - wherever your creative or professional needs take you. 📊🤓

Why Choose Lazy Felix?

- All-Inclusive: Designed for content creators, digital marketers, educators, researchers, and every digital enthusiast looking to streamline their online workflow. 🚵
- Download-Free Efficiency: Say goodbye to cumbersome downloads. With Lazy Felix, you select, store, organize, integrate, or revisit your digital treasures all in one streamlined space. ✅
- Revolutionized Visual Bookmarking: Forget about lost finds and messy collections. View and sort your digital discoveries visually, in organized folders and sub-folders. 📂
- Seamless Integration: From Canva, Discord, Facebook, from Google Drive to diverse CMS platforms and many more! We've got you covered. 🫵
Is Lazy Felix Right for You?

Are you a content creator, educator, researcher or just lost in endless tabs and chaotic bookmarks? 🤔 Are you looking for a tool to boost your productivity?

Stay organized, and make every click count. Boost your productivity with us! 📈                    

Información Básica de la Extensión

Nombre Lazy Felix - Visual Bookmarking Lazy Felix - Visual Bookmarking
ID ndabodbljahojbefpjklnmkghopppccg
URL Oficial https://chromewebstore.google.com/detail/lazy-felix-visual-bookmar/ndabodbljahojbefpjklnmkghopppccg
Descripción Lazy Felix
Tamaño del Archivo 283 KB
Cantidad de Instalaciones 5,000
Versión Actual 0.3.33
Última Actualización 2024-03-01
Fecha de Publicación 2023-03-07
Calificación 4.53/5 Total de 59 Calificaciones
Desarrollador https://lazyfelix.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://lazyfelix.com
URL de la Página de Ayuda https://lazyfelix.com/#how-it-works
URL de la Página de Política de Privacidad https://lazyfelix.com/data-privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.33",
    "manifest_version": 3,
    "name": "Lazy Felix - Visual Bookmarking",
    "homepage_url": "https:\/\/lazyfelix.com\/",
    "description": "Lazy Felix",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.jpg",
                "assets\/*.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/api.lazyfelix.com"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/19.png",
            "48": "icons\/38.png"
        }
    }
}