Image Stamps

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

Image Stampsとは何ですか?

Image StampsはNicolas Chanによって開発されたChromeの拡張機能で、その主な機能は「Add some temporary stamps to webpages (until page is refreshed).」です。

拡張機能のスクリーンショット

screenshot

Image Stamps拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}