Clippy - Screen Recorder & Productivity Tool

Record your screen with one click and share the link. The ultimate all-in-one productivity tool.

Clippy - Screen Recorder & Productivity Toolとは何ですか?

Clippy - Screen Recorder & Productivity ToolはClippy.videoによって開発されたChromeの拡張機能で、その主な機能は「Record your screen with one click and share the link. The ultimate all-in-one productivity tool.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Clippy - Screen Recorder & Productivity Tool拡張機能のCRXファイルをダウンロード

Clippy - Screen Recorder & Productivity Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Introducing Clippy, your all-in-one screen recording companion, designed to simplify content creation and sharing.  Say goodbye to time-consuming descriptions in chats; share a screen recording instead. 🥳 Clippy is your go-to tool for effortlessly recording your screen, sharing recordings, and enhancing productivity, all within the convenience of a browser extension.

KEY FEATURES

 📽️ Record your screen, webcam, and microphone with 1 click.
 💾 Automatically save your videos to the cloud storage and share them instantly with a link.
 📚 Manage your video library from anywhere you want.


📽️ Record Screen and Share with Ease 📽️
Clippy empowers you with an intuitive and feature-packed screen recording utility, perfect for creating compelling content. Record from your screen or webcam, then save or share your recordings seamlessly.

With Clippy, you can:
Record a specific tab on Chrome.
Record a Google Chrome window.
Record your desktop screen.
Record your webcam.

🪄 Streamlined Sharing and Collaboration: 🪄

Instantly share your recordings via generated links. Collaborate effortlessly with colleagues and friends, using visuals to explain materials and information.

📚 Intuitive Video Library 📚

Clippy comes with an intuitive dashboard that stores all your recordings in one place. You can access them from anywhere and check your recorded videos, get shareable links, and delete them as required.

Clippy is designed for ease of use and efficiency. Its user-friendly interface offers a quick, one-click solution for all your screen capture and recording needs. Say goodbye to time-consuming descriptions in chats; share a screen recording instead.

Clippy is the ultimate browser extension that brings the power of content creation to a single click. Whether you're a professional in need of precise screen recording or just want to share moments with friends, Clippy is your trusted companion. Best of all, it's completely free to use on any website.

Experience the future of content creation with Clippy – the #1 choice for screen recording. Get it today and enhance your productivity, easily and with the highest quality.                    

拡張機能の基本情報

名前 Clippy - Screen Recorder & Productivity Tool Clippy - Screen Recorder & Productivity Tool
ID hkmfocnghbljmfapeakdfeajmakgjcjk
公式URL https://chromewebstore.google.com/detail/clippy-screen-recorder-pr/hkmfocnghbljmfapeakdfeajmakgjcjk
説明 Record your screen with one click and share the link. The ultimate all-in-one productivity tool.
ファイルサイズ 429 KB
インストール数 35
現在のバージョン 2.0.0
最終更新日 2023-12-22
公開日 2023-10-30
評価 5.00/5 合計 4 レビュー
開発者 Clippy.video
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.clippy.video/
ヘルプページのURL https://www.clippy.video/
プライバシーポリシーページのURL https://clippy.video/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clippy - Screen Recorder & Productivity Tool",
    "description": "Record your screen with one click and share the link. The ultimate all-in-one productivity tool.",
    "version": "2.0.0",
    "icons": {
        "512": "icons\/512.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "32": "icons\/32.png"
    },
    "action": {
        "default_title": "Clippy - Screen Recorder & Productivity Tool",
        "default_popup": "popup.html",
        "default_icon": {
            "512": "icons\/512.png",
            "128": "icons\/128.png",
            "64": "icons\/64.png",
            "32": "icons\/32.png"
        }
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "parserOnClippy.js"
            ],
            "matches": [
                "http:\/\/localhost:8878\/*",
                "https:\/\/app.clippy.video\/*",
                "https:\/\/staging-app.clippy.video\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "clipboard.js"
            ],
            "matches": [
                "http:\/\/localhost:8878\/share\/video\/*",
                "https:\/\/app.clippy.video\/share\/video\/*",
                "https:\/\/staging-app.clippy.video\/share\/video\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}