Bookmarklet URL

Hint execution of your bookmarklets

Bookmarklet URL क्या है?

Bookmarklet URL jg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hint execution of your bookmarklets"।

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

screenshot

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

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

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

                        Pass "bmlet={bookmarklet_title}" or "bmlet={javascript:...}" on URLs to hint bookmarklets when a Tab is loaded or refreshed

Hint a stored bookmarklet

1. Setup bookmarklet title and URL
2. Hint a bookmarklet with similar URL: http://your.web.app.com/?bmlet=Bookmarklet

Hint a bookmarklet is present as query parameter

1. Pass html + uri encoded bookmarklet

https://www.google.com/?bmlet=javascript%3Adocument.write(%26%2339%3B%26lt%3Bh1%26gt%3BThank%20you%20for%20downloading%26lt%3B%2Fh1%26gt%3B%26%2339%3B)%3B

Sometimes a bookmarklet may refresh the page or take you to a different destination, you may use "bmlet" and "bmlet-2" parameters to perform multiple actions.

Hint a bookmarklet sequence like so: http://your.web.app.com/?bmlet=RedirectPage&bmlet-2=ColorBackgroundYellow

Troubleshooting? 

View the options page on the chrome://extensions for a brief history of hinted bookmarklets                    

एक्सटेंशन की मूल जानकारी

नाम Bookmarklet URL Bookmarklet URL
ID lnldegfbcpbaloalllolfjbekjkjieom
आधिकारिक URL https://chromewebstore.google.com/detail/bookmarklet-url/lnldegfbcpbaloalllolfjbekjkjieom
विवरण Hint execution of your bookmarklets
फ़ाइल का आकार 89.08 KB
स्थापना संख्या 3,227
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2019-01-26
प्रकाशन तिथि 2019-01-26
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर jg
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarklet URL",
    "short_name": "BMlet URL",
    "description": "Hint execution of your bookmarklets",
    "version": "1.0.6",
    "permissions": [
        "activeTab",
        "bookmarks",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "bookmark.png"
    },
    "manifest_version": 2
}