Bookmarklet URL
Hint execution of your bookmarklets
O que é Bookmarklet URL?
Bookmarklet URL é uma extensão do Chrome desenvolvida por jg, e sua principal característica é "Hint execution of your bookmarklets".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bookmarklet URL
Baixe arquivos de extensão Bookmarklet URL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Bookmarklet URL |
ID | lnldegfbcpbaloalllolfjbekjkjieom |
URL Oficial | https://chromewebstore.google.com/detail/bookmarklet-url/lnldegfbcpbaloalllolfjbekjkjieom |
Descrição | Hint execution of your bookmarklets |
Tamanho do Arquivo | 89.08 KB |
Contagem de Instalações | 3,227 |
Versão Atual | 1.0.6 |
Última Atualização | 2019-01-26 |
Data de Publicação | 2019-01-26 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | jg |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |