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”。
擴展截圖
下載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 |
ID | mmdbgolkgbmofebhdcmjdcgonakfeeno |
官方網址 | 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" } } } |