Useful Bookmarklets
Click it to display a list of useful bookmarklets based on the page you're in.
什麼是Useful Bookmarklets?
Useful Bookmarklets是由https://xaviesteve.com開發的Chrome擴展程式,該擴展的主要功能是“Click it to display a list of useful bookmarklets based on the page you're in.”。
擴展截圖
下載Useful Bookmarklets擴展crx文件
下載Useful Bookmarklets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple Chrome extension that lists useful actions based on the website you're in. Useful Bookmarklets is a tiny little extension that groups many bookmarklets together in a single button and only displays the ones you need based on the website you're currently visiting. I built it for myself because I use a ton of bookmarklets on my day to day and wanted to share it with everyone hoping it helps you become more productive. The extension is completely free and privacy-friendly, there are no trackers and it only activates when you click it, some bookmarklets use other website's services, hover with your mouse on each bookmarklet to learn more about each of them. New actions/bookmarklets are added as I come across new ideas, feedback welcome. Source code available here: https://github.com/luckyshot/useful-bookmarklets Feel free to submit Pull Requests with more bookmarklets (these need to be converted back to vanilla JavaScript code to comply with Google's Manifest V3 security limitations).
擴展基本資訊
名稱 | Useful Bookmarklets |
ID | enkpcakhbphiggniicbgdhgjifamgpmm |
官方網址 | https://chromewebstore.google.com/detail/useful-bookmarklets/enkpcakhbphiggniicbgdhgjifamgpmm |
簡介 | Click it to display a list of useful bookmarklets based on the page you're in. |
檔案大小 | 36.72 KB |
安裝次數 | 31 |
目前版本 | 1.0.1 |
更新時間 | 2022-12-14 |
上架時間 | 2022-11-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://xaviesteve.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://xaviesteve.com |
說明頁面URL | https://xaviesteve.com |
隱私政策頁面URL | https://xaviesteve.com/legal |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Useful Bookmarklets", "description": "Click it to display a list of useful bookmarklets based on the page you're in.", "manifest_version": 3, "version": "1.0.1", "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "Show bookmarklets", "default_popup": "popup.html" }, "icons": { "16": "icon.png" }, "permissions": [ "contextMenus", "activeTab", "scripting" ] } |