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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click it to display a list of useful bookmarklets based on the page you're in."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Useful Bookmarklets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Useful Bookmarklets
ID enkpcakhbphiggniicbgdhgjifamgpmm
आधिकारिक URL 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"
    ]
}