Image Stamps

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

Что такое Image Stamps?

Image Stamps - это расширение Chrome, разработанное Nicolas Chan, и его основная функция - "Add some temporary stamps to webpages (until page is refreshed).".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Image Stamps

Скачайте файлы расширений Image Stamps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Image Stamps Image Stamps
ID injmgpmjcoladcibifohddlmpjdfbnja
Официальный URL https://chromewebstore.google.com/detail/image-stamps/injmgpmjcoladcibifohddlmpjdfbnja
Описание Add some temporary stamps to webpages (until page is refreshed).
Размер файла 82.08 KB
Количество установок 67
Текущая Версия 1.0
Последнее Обновление 2015-04-21
Дата публикации 2015-04-20
Рейтинг 4.00/5 Всего 4 оценок
Разработчик Nicolas Chan
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
    }
}