Shareaholic for Pinterest
Send images from any website to your pinboards.
Shareaholic for Pinterest란 무엇입니까?
Shareaholic for Pinterest은(는) https://shareaholic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send images from any website to your pinboards."입니다.
확장 프로그램 스크린샷
Shareaholic for Pinterest 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Easiest Way to Send images from any website to your pinboards. ✓ Official Pin Count for Every Webpage ****************************************************** Just like the official Pinterest Button that you see on some webpages, this extension also shows you the Pin count for each page as you surf around the web. Have you ever wondered how many times the YouTube video, your blog, or that picture you posted has been pinned? :) Wonder no more with this extension. ✓ We love feedback! ****************************************************** If you like it, we'd appreciate if you'd rate it with a 5 star (see below) and tell your friends! If you think it falls short in anyway, please let us know at【[email protected]】what you didn't like, so it will get fixed ASAP. Other Chrome Extensions by Shareaholic: ****************************************************** - Facebook Share/Like Button (http://goo.gl/IeXH) - Tweet Button (http://goo.gl/pWBe) - All-in-one Shareaholic for Google Chrome (http://goo.gl/jSys) Note: for security reasons no extensions are allowed to pull in highlighted text on these Gallery pages. Also, this extension is neither affiliated with nor possible without Pinterest Inc.
확장 프로그램 기본 정보
이름 | Shareaholic for Pinterest |
ID | kfjkehmceppcpjoaoegdmffmkdhiegmc |
공식 URL | https://chromewebstore.google.com/detail/shareaholic-for-pinterest/kfjkehmceppcpjoaoegdmffmkdhiegmc |
설명 | Send images from any website to your pinboards. |
파일 크기 | 16.29 KB |
설치 횟수 | 49,346 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2012-12-05 |
출시 날짜 | 2012-12-05 |
평점 | 3.99/5 총 336 개의 평점 |
개발자 | https://shareaholic.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.shareaholic.com |
개인정보 보호 정책 페이지 URL | https://www.shareaholic.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shareaholic for Pinterest", "version": "2.0.2", "description": "Send images from any website to your pinboards.", "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/pinterest_16.png", "32": "images\/pinterest_32.png", "64": "images\/pinterest_64.png", "128": "images\/pinterest_128.png" }, "browser_action": { "default_title": "Shareaholic for Pinterest", "default_icon": "images\/pinterest_32.png" } } |