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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |