Fabrie Web Clipper

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

Apa itu Fabrie Web Clipper?

Fabrie Web Clipper adalah ekstensi Chrome yang dikembangkan oleh Fabrie Offical, dan fitur utamanya adalah "Collect pictures, screenshot, text, and URL from internet to Fabrie with simply drag or click".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fabrie Web Clipper

Unduh file ekstensi Fabrie Web Clipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Fabrie Web Clipper Fabrie Web Clipper
ID joioghagfpnpmdfdjijibfbfeolkddlf
URL Resmi https://chromewebstore.google.com/detail/fabrie-web-clipper/joioghagfpnpmdfdjijibfbfeolkddlf
Deskripsi Collect pictures, screenshot, text, and URL from internet to Fabrie with simply drag or click
Ukuran File 224 KB
Jumlah Instalasi 4,169
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2023-09-15
Tanggal Publikasi 2022-05-02
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Fabrie Offical
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.fabrie.com
URL Halaman Bantuan https://fabrie.notion.site/fabrie/Fabrie-Help-Center-9bf50e25ef544ece959d10ef66d88ad3
URL Halaman Kebijakan Privasi https://www.fabrie.cn/privacyInfo
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}