Pin toolkit
The helper tool for showing the useful information pinterest
Pin toolkit là gì?
Pin toolkit là một tiện ích mở rộng Chrome được phát triển bởi tommy, và tính năng chính của nó là "The helper tool for showing the useful information pinterest".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pin toolkit
Tải xuống các tệp mở rộng Pin toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lliffcomnejfbamfoneogopkbffecdnd |
URL Chính Thức | https://chrome.google.com/webstore/detail/pin-toolkit/lliffcomnejfbamfoneogopkbffecdnd |
Mô tả | The helper tool for showing the useful information pinterest |
Kích Thước Tệp | 91.52 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-01-23 |
Ngày Phát Hành | 2018-01-23 |
Đánh Giá | 3.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | tommy |
Loại Thanh Toán | in_store |
Ngôn Ngữ Được Hỗ Trợ | 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" } |