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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}