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
电子邮箱 [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"
        }
    }
}