Powerlet

Quickly find and run your bookmarklets.

Powerletとは何ですか?

Powerletはhttps://anthonycossins.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly find and run your bookmarklets.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Powerlet拡張機能のCRXファイルをダウンロード

Powerlet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Powerlet gives you quick keyboard access to your bookmarklets.

Features:
- Search for JS scripts found in your bookmarks
- Add, edit and remove bookmarklets
- Keyboard navigation
- Supports dark mode, the icon and theme will update automatically
- Translated to English and Japanese

How to use:
- Press CMD + SHIFT + K on Mac or CTRL + SHIFT + K on Windows to show Powerlet
- Start typing to filter out bookmarklet scripts and press enter to run them on the current page                    

拡張機能の基本情報

名前 Powerlet Powerlet
ID ofecodkcadbenmiknnidnfepbblapgkn
公式URL https://chromewebstore.google.com/detail/powerlet/ofecodkcadbenmiknnidnfepbblapgkn
説明 Quickly find and run your bookmarklets.
ファイルサイズ 105 KB
インストール数 567
現在のバージョン 1.5.1
最終更新日 2023-05-25
公開日 2020-04-03
評価 5.00/5 合計 8 レビュー
開発者 https://anthonycossins.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://github.com/anthonyec/powerlet
ヘルプページのURL https://github.com/anthonyec/powerlet/issues
プライバシーポリシーページのURL https://github.com/anthonyec/powerlet/blob/master/docs/privacy.md
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Powerlet",
    "version": "1.5.1",
    "description": "Quickly find and run your bookmarklets.",
    "permissions": [
        "activeTab",
        "bookmarks"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "default_icon.png",
            "38": "[email protected]"
        }
    },
    "icons": {
        "36": "extension_icon_36.png",
        "128": "extension_icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    }
}