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
    }
}