Useful Bookmarklets

Click it to display a list of useful bookmarklets based on the page you're in.

Useful Bookmarklets là gì?

Useful Bookmarklets là một tiện ích mở rộng Chrome được phát triển bởi https://xaviesteve.com, và tính năng chính của nó là "Click it to display a list of useful bookmarklets based on the page you're in.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Useful Bookmarklets

Tải xuống các tệp mở rộng Useful Bookmarklets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Useful Bookmarklets Useful Bookmarklets
ID enkpcakhbphiggniicbgdhgjifamgpmm
URL Chính Thức https://chromewebstore.google.com/detail/useful-bookmarklets/enkpcakhbphiggniicbgdhgjifamgpmm
Mô tả Click it to display a list of useful bookmarklets based on the page you're in.
Kích Thước Tệp 36.72 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2022-11-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://xaviesteve.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xaviesteve.com
URL Trang Trợ Giúp https://xaviesteve.com
URL Trang Chính Sách Bảo Mật https://xaviesteve.com/legal
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}