metaview

Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.

metaview란 무엇입니까?

metaview은(는) hata에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata."입니다.

확장 프로그램 스크린샷

screenshot

metaview 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        メタデータを含めて、ウェブページを Scrapbox にブックマークする Chrome 拡張機能です。

・サムネイルが美しいウェブサイトをブックマークすると、眺めていて楽しい。
・キーワードなどによって、ブックマークどうしが自動でリンクされる。
・Android で Chrome 拡張機能を使うこともできます。

詳しくは https://helpfeel.com/hata6502/metaview-61c1fe2f92aa82001d1d4855                    

확장 프로그램 기본 정보

이름 metaview metaview
ID becdjhmapcinbgcmbhblojfdjkfnmejf
공식 URL https://chromewebstore.google.com/detail/metaview/becdjhmapcinbgcmbhblojfdjkfnmejf
설명 Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.
파일 크기 70.57 KB
설치 횟수 28
현재 버전 2.2.9
최근 업데이트 2023-10-21
출시 날짜 2021-12-22
개발자 hata
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://helpfeel.com/hata6502/metaview-61c1fe2f92aa82001d1d4855
도움말 페이지 URL https://helpfeel.com/hata6502/contact-us
개인정보 보호 정책 페이지 URL https://scrapbox.io/hata6502/metaview_privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "metaview",
    "version": "2.2.9",
    "manifest_version": 3,
    "description": "Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata. ",
    "action": [],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}