Lazy Felix - Visual Bookmarking

Lazy Felix

O que é Lazy Felix - Visual Bookmarking?

Lazy Felix - Visual Bookmarking é uma extensão do Chrome desenvolvida por https://lazyfelix.com, e sua principal característica é "Lazy Felix".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lazy Felix - Visual Bookmarking

Baixe arquivos de extensão Lazy Felix - Visual Bookmarking no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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! 📈                    

Informações Básicas da Extensão

Nome Lazy Felix - Visual Bookmarking Lazy Felix - Visual Bookmarking
ID ndabodbljahojbefpjklnmkghopppccg
URL Oficial https://chromewebstore.google.com/detail/lazy-felix-visual-bookmar/ndabodbljahojbefpjklnmkghopppccg
Descrição Lazy Felix
Tamanho do Arquivo 283 KB
Contagem de Instalações 5,000
Versão Atual 0.3.33
Última Atualização 2024-03-01
Data de Publicação 2023-03-07
Classificação 4.53/5 Total de 59 Avaliações
Desenvolvedor https://lazyfelix.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://lazyfelix.com
URL da Página de Ajuda https://lazyfelix.com/#how-it-works
URL da Página de Política de Privacidade https://lazyfelix.com/data-privacy
Idiomas Suportados 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"
        }
    }
}