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ファイルをダウンロード
Useful Bookmarklets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |