Fabrie Web Clipper

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

Fabrie Web Clipperとは何ですか?

Fabrie Web ClipperはFabrie Officalによって開発されたChromeの拡張機能で、その主な機能は「Collect pictures, screenshot, text, and URL from internet to Fabrie with simply drag or click」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Fabrie Web Clipper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Fabrie Web Clipper Fabrie Web Clipper
ID joioghagfpnpmdfdjijibfbfeolkddlf
公式URL https://chromewebstore.google.com/detail/fabrie-web-clipper/joioghagfpnpmdfdjijibfbfeolkddlf
説明 Collect pictures, screenshot, text, and URL from internet to Fabrie with simply drag or click
ファイルサイズ 224 KB
インストール数 4,169
現在のバージョン 1.1.5
最終更新日 2023-09-15
公開日 2022-05-02
評価 5.00/5 合計 4 レビュー
開発者 Fabrie Offical
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.fabrie.com
ヘルプページのURL https://fabrie.notion.site/fabrie/Fabrie-Help-Center-9bf50e25ef544ece959d10ef66d88ad3
プライバシーポリシーページのURL https://www.fabrie.cn/privacyInfo
対応言語 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": [
                ""
            ]
        }
    ]
}