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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Pin toolkit Pin toolkit
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"
}