Pin toolkit
The helper tool for showing the useful information pinterest
Pin toolkit란 무엇입니까?
Pin toolkit은(는) tommy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The helper tool for showing the useful information pinterest"입니다.
확장 프로그램 스크린샷
Pin toolkit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The toolkit help find the most popular pins for a keyword or set of keywords Helps you find the ideas everyone else likes the most Great for market research and / or Competitor analysis Find out what people really want, like, or need - Show saved, repin, likes, comment and created date. - Sort by number of saved decreases. - Sort by decreasing repin. - Sort by date created from near to far. - Automatically scroll pages as required. Changelogs: - v1.0.1 - 23/01/2018: Fix issues loading pin infos.
확장 프로그램 기본 정보
이름 | |
ID | lliffcomnejfbamfoneogopkbffecdnd |
공식 URL | https://chrome.google.com/webstore/detail/pin-toolkit/lliffcomnejfbamfoneogopkbffecdnd |
설명 | The helper tool for showing the useful information pinterest |
파일 크기 | 91.52 KB |
설치 횟수 | 42 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-01-23 |
출시 날짜 | 2018-01-23 |
평점 | 3.13/5 총 8 개의 평점 |
개발자 | tommy |
결제 유형 | in_store |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Pin toolkit", "background": { "page": "background.html", "persistent": true, "scripts": [] }, "browser_action": { "default_icon": { "19": "icon-16.png", "38": "icon-48.png" }, "default_popup": "popup.html", "default_title": "Pinterest toolkit" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery.min.js", "arrive.min.js", "moment.min.js", "content.min.js" ], "matches": [ "https:\/\/www.pinterest.com\/*", "https:\/\/www.pinterest.com\/", "https:\/\/www.pinterest.co.uk\/*", "https:\/\/uk.pinterest.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com https:\/\/*.pinterest.com 'unsafe-eval'; object-src 'self'", "description": "The helper tool for showing the useful information pinterest", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Pin toolkit", "offline_enabled": false, "permissions": [ "tabs", "storage", "identity", "*:\/\/*.pinterest.com\/*", "https:\/\/www.googleapis.com\/" ], "short_name": "PinToolkit", "version": "1.0.1" } |