metaview

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

Qu'est-ce que metaview ?

metaview est une extension Chrome développée par hata, et sa fonction principale est "Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension metaview

Téléchargez les fichiers d'extension metaview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom metaview metaview
ID becdjhmapcinbgcmbhblojfdjkfnmejf
URL Officiel https://chromewebstore.google.com/detail/metaview/becdjhmapcinbgcmbhblojfdjkfnmejf
Description Bookmark web pages to Scrapbox with thumbnail, description, keywords, and more metadata.
Taille du Fichier 70.57 KB
Nombre d'Installations 28
Version Actuelle 2.2.9
Dernière Mise à Jour 2023-10-21
Date de Publication 2021-12-22
Développeur hata
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://helpfeel.com/hata6502/metaview-61c1fe2f92aa82001d1d4855
URL de la Page d'Aide https://helpfeel.com/hata6502/contact-us
URL de la Page de Politique de Confidentialité https://scrapbox.io/hata6502/metaview_privacy_policy
Langues Prises en Charge 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"
    ]
}