Printerest

Print Pinterest pins Properly

Printerestとは何ですか?

Printerestはhttps://normally.comによって開発されたChromeの拡張機能で、その主な機能は「Print Pinterest pins Properly」です。

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

screenshot
screenshot

Printerest拡張機能のCRXファイルをダウンロード

Printerest拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ever needed to print out your Pinterest Pins? Well now you can!

The Printerest extension allows you to print each image out on it's own sheet of paper, nice and big. Simply install the extension, head to a board on Pinterest and we'll take care of the rest!

If you have a lot of Pins you may need to scroll to the bottom of the page for all your Pins to print. You can see how many images have loaded by clicking the Extension icon.                    

拡張機能の基本情報

名前 Printerest Printerest
ID apfgmikchfgiiembdeoeadbfaclghdmi
公式URL https://chromewebstore.google.com/detail/printerest/apfgmikchfgiiembdeoeadbfaclghdmi
説明 Print Pinterest pins Properly
ファイルサイズ 44.4 KB
インストール数 9,000
現在のバージョン 0.4.7
最終更新日 2018-01-16
公開日 2018-01-16
評価 2.69/5 合計 45 レビュー
開発者 https://normally.com
支払い方法 free
拡張機能のウェブサイト http://www.printerest.normally.com
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Printerest",
    "version": "0.4.7",
    "description": "Print Pinterest pins Properly",
    "icons": {
        "64": "img\/logo_64.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/logo_38.png"
        },
        "default_title": "Printerest",
        "default_popup": "html\/pop.html"
    },
    "author": "Tim Diacon - Normally",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/print.css",
                "styles\/screen.css"
            ],
            "js": [
                "scripts\/vendor\/jquery-2.2.0.min.js",
                "scripts\/app.js",
                "scripts\/options.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "scripts\/*.js",
        "styles\/*.css"
    ],
    "background": {
        "scripts": [
            "scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "options_page": "html\/options_old.html",
    "permissions": [
        "storage"
    ]
}