Lazy Felix - Visual Bookmarking

Lazy Felix

Lazy Felix - Visual Bookmarkingคืออะไร?

Lazy Felix - Visual Bookmarking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lazyfelix.com และคุณลักษณะหลักของมันคือ "Lazy Felix"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lazy Felix - Visual Bookmarking

ดาวน์โหลดไฟล์ส่วนขยาย Lazy Felix - Visual Bookmarking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lazy Felix - Visual Bookmarking Lazy Felix - Visual Bookmarking
ID ndabodbljahojbefpjklnmkghopppccg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lazy-felix-visual-bookmar/ndabodbljahojbefpjklnmkghopppccg
คำอธิบาย Lazy Felix
ขนาดไฟล์ 283 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 0.3.33
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-03-07
คะแนน 4.53/5 รวมทั้งหมด 59 คะแนน
ผู้พัฒนา https://lazyfelix.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lazyfelix.com
URL หน้าช่วยเหลือ https://lazyfelix.com/#how-it-works
URL หน้านโยบายความเป็นส่วนตัว https://lazyfelix.com/data-privacy
ภาษาที่รองรับ 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"
        }
    }
}