Image Stamps

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

Vad är Image Stamps?

Image Stamps är en Chrome-tillägg utvecklad av Nicolas Chan, och dess huvudfunktion är "Add some temporary stamps to webpages (until page is refreshed).".

Tilläggsskärmbilder

screenshot

Ladda ner Image Stamps-förlängningens CRX-fil

Ladda ner Image Stamps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Image Stamps Image Stamps
ID injmgpmjcoladcibifohddlmpjdfbnja
Officiell webbadress https://chromewebstore.google.com/detail/image-stamps/injmgpmjcoladcibifohddlmpjdfbnja
Beskrivning Add some temporary stamps to webpages (until page is refreshed).
Filstorlek 82.08 KB
Antal Installationer 67
Aktuell Version 1.0
Senast Uppdaterad 2015-04-21
Publiceringsdatum 2015-04-20
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare Nicolas Chan
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}