Powerlet

Quickly find and run your bookmarklets.

Qu'est-ce que Powerlet ?

Powerlet est une extension Chrome développée par https://anthonycossins.com, et sa fonction principale est "Quickly find and run your bookmarklets.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Powerlet

Téléchargez les fichiers d'extension Powerlet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Powerlet Powerlet
ID ofecodkcadbenmiknnidnfepbblapgkn
URL Officiel https://chromewebstore.google.com/detail/powerlet/ofecodkcadbenmiknnidnfepbblapgkn
Description Quickly find and run your bookmarklets.
Taille du Fichier 105 KB
Nombre d'Installations 567
Version Actuelle 1.5.1
Dernière Mise à Jour 2023-05-25
Date de Publication 2020-04-03
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://anthonycossins.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://github.com/anthonyec/powerlet
URL de la Page d'Aide https://github.com/anthonyec/powerlet/issues
URL de la Page de Politique de Confidentialité https://github.com/anthonyec/powerlet/blob/master/docs/privacy.md
Langues Prises en Charge 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"
            }
        }
    }
}