Pxlet Bookmarklet

This is an extension to help you bookmark any link into Pxlet.com

Pxlet Bookmarkletとは何ですか?

Pxlet BookmarkletはPxletによって開発されたChromeの拡張機能で、その主な機能は「This is an extension to help you bookmark any link into Pxlet.com」です。

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

screenshot

Pxlet Bookmarklet拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is an extension for you to bookmark any link online and stored in Pxlet.com so that you can read it later anywhere anytime                    

拡張機能の基本情報

名前 Pxlet Bookmarklet Pxlet Bookmarklet
ID mmdbgolkgbmofebhdcmjdcgonakfeeno
公式URL https://chromewebstore.google.com/detail/pxlet-bookmarklet/mmdbgolkgbmofebhdcmjdcgonakfeeno
説明 This is an extension to help you bookmark any link into Pxlet.com
ファイルサイズ 8.63 KB
インストール数 35
現在のバージョン 1.2.0
最終更新日 2023-09-24
公開日 2018-11-13
評価 5.00/5 合計 1 レビュー
開発者 Pxlet
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pxlet.com
プライバシーポリシーページのURL https://www.pxlet.com/doc/privacy.php
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pxlet Bookmarklet",
    "version": "1.2.0",
    "description": "This is an extension to help you bookmark any link into Pxlet.com",
    "manifest_version": 3,
    "icons": {
        "16": "image\/logo.png",
        "32": "image\/logo.png",
        "64": "image\/logo.png",
        "128": "image\/logo.png"
    },
    "permissions": [
        "contextMenus",
        "declarativeContent",
        "notifications",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/www.pxlet.com\/*",
        "*:\/\/pxlet.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "image\/logo.png",
            "32": "image\/logo.png",
            "64": "image\/logo.png",
            "128": "image\/logo.png"
        }
    }
}