Savee

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

Cos'è Savee?

Savee è un'estensione di Chrome sviluppata da https://savee.it, e la sua funzione principale è "Save images from any site straight into your boards on savee.it".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Savee

Scarica i file di estensione Savee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Savee Savee
ID hhefhkepfnmcgalemmofagaioeegonbc
URL Ufficiale https://chromewebstore.google.com/detail/savee/hhefhkepfnmcgalemmofagaioeegonbc
Descrizione Save images from any site straight into your boards on savee.it
Dimensione del File 18.47 KB
Conteggio Installazioni 10,490
Versione Corrente 2.3.16
Ultimo Aggiornamento 2022-03-04
Data di Pubblicazione 2019-05-25
Valutazione 3.92/5 Totale 25 Valutazioni
Sviluppatore https://savee.it
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://savee.it/
Lingue Supportate 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
    }
}