Raindrop.io

All-in-one bookmark manager

Raindrop.ioคืออะไร?

Raindrop.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://raindrop.io และคุณลักษณะหลักของมันคือ "All-in-one bookmark manager"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Manage bookmarks, highlights, annotations and tabs.

Save Anything from the Web
Clip articles, photos, videos, PDFs and pages from the web and apps.

Organize with Ease
Thematic collections, suggested tags and custom filters.
Sort items by date, title, site or manually by drag'n'drop.

Full-Text Search & Permanent Library
Entire content of every web-page and PDF that you’ve saved is fully searchable.
Even if a page you’ve saved is taken down, you’ll still have a copy of it.

For Teams and Individuals
Enable access to your collection by team members or entire web.
Permissions let you control who can access each of your collections.

Take Your Bookmarks Everywhere
Securely access the bookmarks you’ve saved in from anywhere — even outside of the browser.
Extension for all popular browsers. Apps for Android, iOS, macOS and Windows.
More than 2,600 integrations and programatic access through API.

Private by Default
Your privacy comes first. We keep your data safe, never sold.
256-bit encryption protects you while syncing.
No tracking or intrusive advertising.
7 years in a business.                    

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

ชื่อ Raindrop.io Raindrop.io
ID ldgfbffkinooeloadekpmfoklnobpien
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/raindropio/ldgfbffkinooeloadekpmfoklnobpien
คำอธิบาย All-in-one bookmark manager
ขนาดไฟล์ 978 KB
จำนวนการติดตั้ง 272,693
เวอร์ชันปัจจุบัน 5.6.20
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2020-04-22
คะแนน 4.08/5 รวมทั้งหมด 653 คะแนน
ผู้พัฒนา https://raindrop.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://raindrop.io
URL หน้าช่วยเหลือ https://help.raindrop.io/
URL หน้านโยบายความเป็นส่วนตัว https://help.raindrop.io/privacy
ภาษาที่รองรับ de,en,fr,nl,tr,es,it,pl,pt-BR,sv,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "6.6.20",
    "version_name": "5.6.20",
    "name": "Raindrop.io",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/app.raindrop.io",
    "author": "Mussabekov Rustem",
    "short_name": "Raindrop.io",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html?action",
        "default_icon": {
            "16": "assets\/action_chrome_16.png",
            "24": "assets\/action_chrome_24.png",
            "32": "assets\/action_chrome_32.png"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage",
        "sidePanel"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "omnibox": {
        "keyword": "rd"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        },
        "save_page": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "__MSG_savePageOrHighlight__"
        },
        "open_raindrop": {
            "description": "__MSG_openRaindrop__"
        },
        "execute_side_panel": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            },
            "description": "__MSG_openSidePanel__"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    }
}