ShotPin
ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.
什么是ShotPin?
ShotPin是由http://shotpin.com开发的Chrome扩展程序,该扩展的主要功能是“ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.”。
扩展截图
下载ShotPin扩展crx文件
下载ShotPin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Latest update : Lots of fixes. Including Retina screen support. A simple Chrome browser extension to make it easy to take a screenshot of any web page then share it on Pinterest! Built by @Kosso : http://twitter.com/kosso Also added a little donate button ;)
扩展基本信息
名称 | |
ID | dndakgjimmmhpepokndjigkcpmmohkaj |
官方URL | https://chrome.google.com/webstore/detail/shotpin/dndakgjimmmhpepokndjigkcpmmohkaj |
简介 | ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it. |
文件大小 | 39.4 KB |
安装次数 | 2,000 |
当前版本 | 3.0.0 |
更新时间 | 2019-03-25 |
上架时间 | 2019-03-25 |
评分 | 2.88/5 共68次评分 |
开发者 | http://shotpin.com |
付费类型 | free |
扩展官网 | http://shotpin.com |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShotPin", "version": "3.0.0", "description": "ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.", "homepage_url": "https:\/\/shotpin.com", "browser_action": { "default_icon": "shotpin-19.png", "default_title": "ShotPin" }, "background": { "persistent": true, "scripts": [ "background.js", "link.js" ] }, "permissions": [ "activeTab", "storage", "tabs", "*:\/\/*\/*", " |