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文件
下载Pin toolkit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |