Multi Pin
Select multiple pins to pin on Pinterest
什么是Multi Pin?
Multi Pin是由http://albertzak.com开发的Chrome扩展程序,该扩展的主要功能是“Select multiple pins to pin on Pinterest”。
扩展截图
下载Multi Pin扩展crx文件
下载Multi Pin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pinterest Power Users: Ever wanted to re-pin hundreds of pins simultaneously? Now you can select multiple pins and pin them all to one of your boards with one click.
Update: January 16, 2016: It's working again! Sorry for keeping you waiting for so long.
Note: Currently works only on User's Boards. Will add support for home feed and related pins soon!
Would you like a new feature? Do you have a bug to report? Email me at: [email protected]
Thanks for using my Chrome Extension! 扩展基本信息
| 名称 | |
| ID | ncbedailpaldcnmijnhchioplmkpheco |
| 官方URL | https://chrome.google.com/webstore/detail/multi-pin/ncbedailpaldcnmijnhchioplmkpheco |
| 简介 | Select multiple pins to pin on Pinterest |
| 文件大小 | 3.09 MB |
| 安装次数 | 205 |
| 当前版本 | 0.0.4 |
| 更新时间 | 2016-01-16 |
| 上架时间 | 2016-01-16 |
| 评分 | 1.88/5 共16次评分 |
| 开发者 | http://albertzak.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Multi Pin",
"short_name": "MultiPin",
"version": "0.0.4",
"manifest_version": 2,
"description": "Select multiple pins to pin on Pinterest",
"homepage_url": "http:\/\/albertzak.com",
"icons": {
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/*.pinterest.com\/*\/*",
"http:\/\/*.pinterest.com\/*\/*"
],
"web_accessible_resources": [
"src\/multipin.js"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.pinterest.com\/*\/*",
"http:\/\/*.pinterest.com\/*\/*"
],
"js": [
"src\/inject\/inject.js"
],
"css": [
"src\/inject\/inject.css"
]
}
]
} | |