Lazy Felix - Visual Bookmarking

Lazy Felix

Lazy Felix - Visual Bookmarking là gì?

Lazy Felix - Visual Bookmarking là một tiện ích mở rộng Chrome được phát triển bởi https://lazyfelix.com, và tính năng chính của nó là "Lazy Felix".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lazy Felix - Visual Bookmarking

Tải xuống các tệp mở rộng Lazy Felix - Visual Bookmarking dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lazy Felix - Visual Bookmarking Lazy Felix - Visual Bookmarking
ID ndabodbljahojbefpjklnmkghopppccg
URL Chính Thức https://chromewebstore.google.com/detail/lazy-felix-visual-bookmar/ndabodbljahojbefpjklnmkghopppccg
Mô tả Lazy Felix
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 0.3.33
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-03-07
Đánh Giá 4.53/5 Tổng số 59 Đánh Giá
Nhà Phát Triển https://lazyfelix.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lazyfelix.com
URL Trang Trợ Giúp https://lazyfelix.com/#how-it-works
URL Trang Chính Sách Bảo Mật https://lazyfelix.com/data-privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}