Savee

Save images from any site straight into your boards on savee.it

O que é Savee?

Savee é uma extensão do Chrome desenvolvida por https://savee.it, e sua principal característica é "Save images from any site straight into your boards on savee.it".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Savee

Baixe arquivos de extensão Savee no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Allows you to save any image from any website straight into your Savee boards.                    

Informações Básicas da Extensão

Nome Savee Savee
ID hhefhkepfnmcgalemmofagaioeegonbc
URL Oficial https://chromewebstore.google.com/detail/savee/hhefhkepfnmcgalemmofagaioeegonbc
Descrição Save images from any site straight into your boards on savee.it
Tamanho do Arquivo 18.47 KB
Contagem de Instalações 10,490
Versão Atual 2.3.16
Última Atualização 2022-03-04
Data de Publicação 2019-05-25
Classificação 3.92/5 Total de 25 Avaliações
Desenvolvedor https://savee.it
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://savee.it/
Idiomas Suportados 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
    }
}