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).”。
扩展截图
下载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 |
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 } } |