Save to Hermit Crab
Hermit Crab Browser Extension
What is Save to Hermit Crab?
Save to Hermit Crab is a Chrome extension developed by https://iamhermitcrab.com, and its main feature is "Hermit Crab Browser Extension".
Extension Screenshots
Download Save to Hermit Crab Extension CRX File
Download Save to Hermit Crab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a browser extension for Hermit Crab. * Adds a button to import the current page to Hermit Crab. * Adds a menu in the context menu (right-click on a video link) This extension requires Hermit Crab to be installed on the user's computer. Website: https://iamhermitcrab.com/
Extension Basic Information
Name | Save to Hermit Crab |
ID | lpjgeoelhebiokplgdedkahjdllpclhi |
Official URL | https://chromewebstore.google.com/detail/save-to-hermit-crab/lpjgeoelhebiokplgdedkahjdllpclhi |
Description | Hermit Crab Browser Extension |
File Size | 46.54 KB |
Installation Count | 31 |
Current Version | 0.5 |
Last Updated | 2020-09-17 |
Publish Date | 2020-09-17 |
Developer | https://iamhermitcrab.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Hermit Crab", "version": "0.5", "manifest_version": 2, "description": "Hermit Crab Browser Extension", "icons": { "128": "hermitcrab_download.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "hermitcrab_download.png" }, "default_title": "Save to Hermit Crab" }, "default_locale": "en", "permissions": [ "contextMenus", "activeTab" ] } |