Savee
Save images from any site straight into your boards on savee.it
What is Savee?
Savee is a Chrome extension developed by https://savee.it, and its main feature is "Save images from any site straight into your boards on savee.it".
Extension Screenshots
Download Savee Extension CRX File
Download Savee 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
Allows you to save any image from any website straight into your Savee boards.
Extension Basic Information
Name | Savee |
ID | hhefhkepfnmcgalemmofagaioeegonbc |
Official URL | https://chromewebstore.google.com/detail/savee/hhefhkepfnmcgalemmofagaioeegonbc |
Description | Save images from any site straight into your boards on savee.it |
File Size | 18.47 KB |
Installation Count | 10,490 |
Current Version | 2.3.16 |
Last Updated | 2022-03-04 |
Publish Date | 2019-05-25 |
Rating | 3.92/5 Total 25 Ratings |
Developer | https://savee.it |
[email protected] | |
Payment Type | free |
Extension Website | http://savee.it/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon_toolbar.png", "38": "icon_toolbar_2x.png" }, "default_title": "Savee" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Save images from any site straight into your boards on savee.it", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "name": "Savee", "permissions": [ "*:\/\/*\/*", "contextMenus", "background", "webRequest", "activeTab", "storage" ], "version": "2.3.16", "web_accessible_resources": [ "icon_48.png", "content.js" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" } } }, "options_ui": { "page": ".\/options\/options.html", "open_in_tab": false } } |