Image Stamps

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

Was ist Image Stamps?

Image Stamps ist eine Chrome-Erweiterung, die von Nicolas Chan entwickelt wurde, und ihr Hauptmerkmal ist "Add some temporary stamps to webpages (until page is refreshed).".

Erweiterungsscreenshots

screenshot

Image Stamps-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image Stamps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Image Stamps Image Stamps
ID injmgpmjcoladcibifohddlmpjdfbnja
Offizielle URL https://chromewebstore.google.com/detail/image-stamps/injmgpmjcoladcibifohddlmpjdfbnja
Beschreibung Add some temporary stamps to webpages (until page is refreshed).
Dateigröße 82.08 KB
Installationsanzahl 67
Aktuelle Version 1.0
Letztes Update 2015-04-21
Veröffentlichungsdatum 2015-04-20
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Nicolas Chan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
    }
}