Image Stamps

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

Image Stamps là gì?

Image Stamps là một tiện ích mở rộng Chrome được phát triển bởi Nicolas Chan, và tính năng chính của nó là "Add some temporary stamps to webpages (until page is refreshed).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Stamps

Tải xuống các tệp mở rộng Image Stamps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Stamps Image Stamps
ID injmgpmjcoladcibifohddlmpjdfbnja
URL Chính Thức https://chromewebstore.google.com/detail/image-stamps/injmgpmjcoladcibifohddlmpjdfbnja
Mô tả Add some temporary stamps to webpages (until page is refreshed).
Kích Thước Tệp 82.08 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-04-21
Ngày Phát Hành 2015-04-20
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Nicolas Chan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}