Bookmarklet URL

Hint execution of your bookmarklets

Qu'est-ce que Bookmarklet URL ?

Bookmarklet URL est une extension Chrome développée par jg, et sa fonction principale est "Hint execution of your bookmarklets".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bookmarklet URL

Téléchargez les fichiers d'extension Bookmarklet URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bookmarklet URL Bookmarklet URL
ID lnldegfbcpbaloalllolfjbekjkjieom
URL Officiel https://chromewebstore.google.com/detail/bookmarklet-url/lnldegfbcpbaloalllolfjbekjkjieom
Description Hint execution of your bookmarklets
Taille du Fichier 89.08 KB
Nombre d'Installations 3,227
Version Actuelle 1.0.6
Dernière Mise à Jour 2019-01-26
Date de Publication 2019-01-26
Évaluation 1.00/5 Total 1 Évaluations
Développeur jg
Type de Paiement free
Langues Prises en Charge 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
}