Bookmarklet URL
Hint execution of your bookmarklets
Bookmarklet URL란 무엇입니까?
Bookmarklet URL은(는) jg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hint execution of your bookmarklets"입니다.
확장 프로그램 스크린샷
Bookmarklet URL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 } |