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
官方網址 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
    }
}