Bookmarklet URL
Hint execution of your bookmarklets
什麼是Bookmarklet URL?
Bookmarklet URL是由jg開發的Chrome擴展程式,該擴展的主要功能是“Hint execution of your bookmarklets”。
擴展截圖
下載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 |
ID | lnldegfbcpbaloalllolfjbekjkjieom |
官方網址 | 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 } |