WebBites

WebBites Extension

WebBitesคืออะไร?

WebBites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webbites.io และคุณลักษณะหลักของมันคือ "WebBites Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebBites

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

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

                        Save, organise and find all your bookmarks with the help of AI.

💻 Page previews
Get a preview screenshot of all websites you save.

📺 Adapts to your content
The web is diverse, so why should all sites be treated the same? WebBites knows what type of content you're saving and adapts to it.

📰 Reader Mode
Remove all the clutter and ads with reader mode, saving your saved sites as text.

📸 Full-page screenshots
Take a full-page screenshot of all websites you save, forever accessible, even if the page is taken down.

📝 Page annotations
Annotate anything you want directly on the website’s screenshot.

📟 Auto-generated metadata
Each page you save is automatically categorised into tags, keywords and colours to help you organise your digital life.

🔎 Smart search
Full-text page search, tags, auto-generated keywords, comments, and even colours can be used to search.

Changelog

07/02/24
- Fixed but that appeared when you visited webbites.io where it would refresh the page indefinitely.

16/02/24 
- Update notification styles and messages to make it clearer to understand.
- Fixed other small bugs.                    

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

ชื่อ WebBites WebBites
ID kphdbcjcdhecefloameedhhldchhbela
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webbites/kphdbcjcdhecefloameedhhldchhbela
คำอธิบาย WebBites Extension
ขนาดไฟล์ 4.61 MB
จำนวนการติดตั้ง 158
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2023-03-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://webbites.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.webbites.io/
URL หน้าช่วยเหลือ https://twitter.com/elrumo
URL หน้านโยบายความเป็นส่วนตัว https://webbites.io/tos
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebBites",
    "description": "WebBites Extension",
    "version": "1.2.2",
    "default_locale": "en",
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "webbitesLogo16.png",
        "32": "webbitesLogo32.png",
        "48": "webbitesLogo48.png",
        "96": "public\/images\/icon-96.png",
        "128": "webbitesLogo128.png",
        "512": "public\/images\/icon-512.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.js-loader-491fbe7a.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/127.0.0.1\/*",
                "*:\/\/webbites.vercel.app\/*",
                "*:\/\/*.webbites.io\/*",
                "*:\/\/webbites.app\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index-51e9d38e.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/logo-03a3e933.png",
                "assets\/logo-1ee0704d.png",
                "assets\/LoginShadow-9044817f.js",
                "assets\/logo-17f3b9c2.js",
                "assets\/index.js-e4e47bba.js"
            ],
            "use_dynamic_url": true
        }
    ]
}