Bookmarklet URL
Hint execution of your bookmarklets
Bookmarklet URL là gì?
Bookmarklet URL là một tiện ích mở rộng Chrome được phát triển bởi jg, và tính năng chính của nó là "Hint execution of your bookmarklets".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmarklet URL
Tải xuống các tệp mở rộng Bookmarklet URL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarklet URL |
ID | lnldegfbcpbaloalllolfjbekjkjieom |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarklet-url/lnldegfbcpbaloalllolfjbekjkjieom |
Mô tả | Hint execution of your bookmarklets |
Kích Thước Tệp | 89.08 KB |
Số Lần Cài Đặt | 3,227 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2019-01-26 |
Ngày Phát Hành | 2019-01-26 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | jg |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |