Kosher Chrome
No images, stay 2 seconds on a picture with your cursor to show the image.
什么是Kosher Chrome?
Kosher Chrome是由mamaorha开发的Chrome扩展程序,该扩展的主要功能是“No images, stay 2 seconds on a picture with your cursor to show the image.”。
下载Kosher Chrome扩展crx文件
下载Kosher Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No images, stay 2 seconds on a picture with your cursor to show the image.
扩展基本信息
名称 | |
ID | ekdgaoikjklhncnbafkchpjbfjpgmcjh |
官方URL | https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh |
简介 | No images, stay 2 seconds on a picture with your cursor to show the image. |
文件大小 | 194 KB |
安装次数 | 10 |
当前版本 | 1.1 |
更新时间 | 2014-12-15 |
上架时间 | 2014-12-15 |
开发者 | mamaorha |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kosher Chrome", "version": "1.1", "description": "No images, stay 2 seconds on a picture with your cursor to show the image.", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "jquery.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |