Savee

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

Qu'est-ce que Savee ?

Savee est une extension Chrome développée par https://savee.it, et sa fonction principale est "Save images from any site straight into your boards on savee.it".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Savee

Téléchargez les fichiers d'extension Savee au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Savee Savee
ID hhefhkepfnmcgalemmofagaioeegonbc
URL Officiel https://chromewebstore.google.com/detail/savee/hhefhkepfnmcgalemmofagaioeegonbc
Description Save images from any site straight into your boards on savee.it
Taille du Fichier 18.47 KB
Nombre d'Installations 10,490
Version Actuelle 2.3.16
Dernière Mise à Jour 2022-03-04
Date de Publication 2019-05-25
Évaluation 3.92/5 Total 25 Évaluations
Développeur https://savee.it
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://savee.it/
Langues Prises en Charge 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
    }
}