Fabrie Web Clipper

Collect pictures, screenshot, text, and URL from internet to Fabrie with simply drag or click

What is Fabrie Web Clipper?

Fabrie Web Clipper is a Chrome extension developed by Fabrie Offical, and its main feature is "Collect pictures, screenshot, text, and URL from internet to Fabrie with simply drag or click".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Fabrie Web Clipper Extension CRX File

Download Fabrie Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        V1.1 functions: 
- Now support collecting text and URL 
- New intuitive interactions (drag and drop, Ctrl+right click) 
- Customized shortcut to screenshot or save web page                    

Extension Basic Information

Name Fabrie Web Clipper Fabrie Web Clipper
ID joioghagfpnpmdfdjijibfbfeolkddlf
Official URL https://chromewebstore.google.com/detail/fabrie-web-clipper/joioghagfpnpmdfdjijibfbfeolkddlf
Description Collect pictures, screenshot, text, and URL from internet to Fabrie with simply drag or click
File Size 224 KB
Installation Count 4,169
Current Version 1.1.5
Last Updated 2023-09-15
Publish Date 2022-05-02
Rating 5.00/5 Total 4 Ratings
Developer Fabrie Offical
Email [email protected]
Payment Type free
Extension Website https://www.fabrie.com
Help Page URL https://fabrie.notion.site/fabrie/Fabrie-Help-Center-9bf50e25ef544ece959d10ef66d88ad3
Privacy Policy Page URL https://www.fabrie.cn/privacyInfo
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/images\/logo.png",
        "32": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": {
            "16": "assets\/images\/logo.png",
            "32": "assets\/images\/logo.png",
            "48": "assets\/images\/logo.png",
            "128": "assets\/images\/logo.png"
        },
        "default_popup": "modules\/popup\/index.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "notifications",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "modules\/background\/index.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "js": [
                "modules\/content\/index.js"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}