PinSnapper
Take anything you can see on a web page, and pin it to Pinterest
什么是PinSnapper?
PinSnapper是由Chris Danford开发的Chrome扩展程序,该扩展的主要功能是“Take anything you can see on a web page, and pin it to Pinterest”。
扩展截图
下载PinSnapper扩展crx文件
下载PinSnapper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PinSnapper lets you take anything you see on a web page, and create a Pinterest pin from it. Just click the PinSnapper icon, drag a rectangle, and you've created a Pin! 扩展基本信息
| 名称 | |
| ID | edamlpocaepmeldjhppnmadaieeoddba |
| 官方URL | https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba |
| 简介 | Take anything you can see on a web page, and pin it to Pinterest |
| 文件大小 | 20.39 KB |
| 安装次数 | 812 |
| 当前版本 | 0.0.13 |
| 更新时间 | 2014-06-16 |
| 上架时间 | 2014-06-15 |
| 评分 | 3.08/5 共13次评分 |
| 开发者 | Chris Danford |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.13",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_appName__"
},
"omnibox": {
"keyword": "PinSnapper"
},
"permissions": [
"tabs",
"activeTab"
],
"web_accessible_resources": [
"web_images\/*",
"styles\/*"
]
} | |