Lazy Felix - Visual Bookmarking

Lazy Felix

Vad är Lazy Felix - Visual Bookmarking?

Lazy Felix - Visual Bookmarking är en Chrome-tillägg utvecklad av https://lazyfelix.com, och dess huvudfunktion är "Lazy Felix".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Lazy Felix - Visual Bookmarking-förlängningens CRX-fil

Ladda ner Lazy Felix - Visual Bookmarking-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Lazy Felix - Visual Bookmarking Lazy Felix - Visual Bookmarking
ID ndabodbljahojbefpjklnmkghopppccg
Officiell webbadress https://chromewebstore.google.com/detail/lazy-felix-visual-bookmar/ndabodbljahojbefpjklnmkghopppccg
Beskrivning Lazy Felix
Filstorlek 283 KB
Antal Installationer 5,000
Aktuell Version 0.3.33
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2023-03-07
Betyg 4.53/5 Totalt 59 Betyg
Utvecklare https://lazyfelix.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://lazyfelix.com
Hjälpsida URL https://lazyfelix.com/#how-it-works
URL till Sekretesspolicy Sidan https://lazyfelix.com/data-privacy
Stödda Språk 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"
        }
    }
}