Inline Pinterest
Adds an inline Pinterest Pin button to all images viewed in Chrome
什么是Inline Pinterest?
Inline Pinterest是由adityajung开发的Chrome扩展程序,该扩展的主要功能是“Adds an inline Pinterest Pin button to all images viewed in Chrome”。
扩展截图
下载Inline Pinterest扩展crx文件
下载Inline Pinterest扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Inline Pinterest |
ID | lilpkdpnfinkopkfiheaacgmlggjcicn |
官方URL | https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn |
简介 | Adds an inline Pinterest Pin button to all images viewed in Chrome |
文件大小 | 3.53 KB |
安装次数 | 233 |
当前版本 | 1.0 |
更新时间 | 2014-01-25 |
上架时间 | 2014-01-25 |
评分 | 3.40/5 共5次评分 |
开发者 | adityajung |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inline Pinterest", "version": "1.0", "manifest_version": 2, "description": "Adds an inline Pinterest Pin button to all images viewed in Chrome", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "pinterestinline.js" ] } ] } |