Bookmarklet URL

Hint execution of your bookmarklets

Bookmarklet URLとは何ですか?

Bookmarklet URLはjgによって開発されたChromeの拡張機能で、その主な機能は「Hint execution of your bookmarklets」です。

拡張機能のスクリーンショット

screenshot

Bookmarklet URL拡張機能のCRXファイルをダウンロード

Bookmarklet URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}