Useful Bookmarklets
Click it to display a list of useful bookmarklets based on the page you're in.
Useful Bookmarklets란 무엇입니까?
Useful Bookmarklets은(는) https://xaviesteve.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click it to display a list of useful bookmarklets based on the page you're in."입니다.
확장 프로그램 스크린샷
Useful Bookmarklets 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple Chrome extension that lists useful actions based on the website you're in. Useful Bookmarklets is a tiny little extension that groups many bookmarklets together in a single button and only displays the ones you need based on the website you're currently visiting. I built it for myself because I use a ton of bookmarklets on my day to day and wanted to share it with everyone hoping it helps you become more productive. The extension is completely free and privacy-friendly, there are no trackers and it only activates when you click it, some bookmarklets use other website's services, hover with your mouse on each bookmarklet to learn more about each of them. New actions/bookmarklets are added as I come across new ideas, feedback welcome. Source code available here: https://github.com/luckyshot/useful-bookmarklets Feel free to submit Pull Requests with more bookmarklets (these need to be converted back to vanilla JavaScript code to comply with Google's Manifest V3 security limitations).
확장 프로그램 기본 정보
이름 | Useful Bookmarklets |
ID | enkpcakhbphiggniicbgdhgjifamgpmm |
공식 URL | https://chromewebstore.google.com/detail/useful-bookmarklets/enkpcakhbphiggniicbgdhgjifamgpmm |
설명 | Click it to display a list of useful bookmarklets based on the page you're in. |
파일 크기 | 36.72 KB |
설치 횟수 | 31 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-12-14 |
출시 날짜 | 2022-11-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://xaviesteve.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://xaviesteve.com |
도움말 페이지 URL | https://xaviesteve.com |
개인정보 보호 정책 페이지 URL | https://xaviesteve.com/legal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Useful Bookmarklets", "description": "Click it to display a list of useful bookmarklets based on the page you're in.", "manifest_version": 3, "version": "1.0.1", "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "Show bookmarklets", "default_popup": "popup.html" }, "icons": { "16": "icon.png" }, "permissions": [ "contextMenus", "activeTab", "scripting" ] } |