Pxlet Bookmarklet

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

Pxlet Bookmarkletคืออะไร?

Pxlet Bookmarklet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pxlet และคุณลักษณะหลักของมันคือ "This is an extension to help you bookmark any link into Pxlet.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pxlet Bookmarklet

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}