Image Stamps

Add some temporary stamps to webpages (until page is refreshed).

¿Qué es Image Stamps?

Image Stamps es una extensión de Chrome desarrollada por Nicolas Chan, y su función principal es "Add some temporary stamps to webpages (until page is refreshed).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Image Stamps

Descarga archivos de extensión Image Stamps en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This is a simple extension that allows you to place temporary stamps on webpages by right clicking. You can use the default smiley face or your own image link.

Instructions:
1. Install the extension
2. Go to a website
3. Click the smiley face icon in the extension bar
4. Either enter your own link or leave the default link for a smiley face and press "Ok"
5. Right click on the web page (might not work on all areas of the page)
6. To clear the stamps and disable the right click placement, refresh the page.                    

Información Básica de la Extensión

Nombre Image Stamps Image Stamps
ID injmgpmjcoladcibifohddlmpjdfbnja
URL Oficial https://chromewebstore.google.com/detail/image-stamps/injmgpmjcoladcibifohddlmpjdfbnja
Descripción Add some temporary stamps to webpages (until page is refreshed).
Tamaño del Archivo 82.08 KB
Cantidad de Instalaciones 67
Versión Actual 1.0
Última Actualización 2015-04-21
Fecha de Publicación 2015-04-20
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador Nicolas Chan
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Stamps",
    "description": "Add some temporary stamps to webpages (until page is refreshed).",
    "version": "1.0",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}