Powerlet
Quickly find and run your bookmarklets.
Powerlet क्या है?
Powerlet https://anthonycossins.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly find and run your bookmarklets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Powerlet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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 |
| ईमेल | [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"
}
}
}
} | |