TumblP

TumblrのポストをA4サイズ1枚に印刷しようとします

What is TumblP?

TumblP is a Chrome extension developed by chagama, and its main feature is "TumblrのポストをA4サイズ1枚に印刷しようとします".

Extension Screenshots

screenshot
screenshot
screenshot

Download TumblP Extension CRX File

Download TumblP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tumblrのポスト上で右クリックすると簡単に印刷できるエクステンションです。


 ・サイズが大きなポストはいい感じにA4サイズ1枚に収めて印刷しようと努力します。
 ・ダッシュボードか自分のblog(www.tumblr.com/blog/***)での印刷に対応しています。


きれいなポストやライフハックの印刷・掲示にどうぞ。


※ページスクロールなどでロードが終わらないうちに右クリック・印刷するとバグるようです。
 リロードしたあと深呼吸して待ってください。


□おまけ機能
 GIFアニメ上で右クリックすると、
 選択したGIFアニメをコマごとにスライスしてサムネイルで印刷できます。


GitHub: https://github.com/chagama/tumblp                    

Extension Basic Information

Name TumblP TumblP
ID bcckcbncdeioimoihllongmaiepkapio
Official URL https://chromewebstore.google.com/detail/tumblp/bcckcbncdeioimoihllongmaiepkapio
Description TumblrのポストをA4サイズ1枚に印刷しようとします
File Size 68.88 KB
Installation Count 14
Current Version 0.1.1
Last Updated 2015-10-19
Publish Date 2015-10-19
Developer chagama
Payment Type free
Extension Website https://github.com/chagama/tumblp
Supported Languages en-US,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TumblP",
    "version": "0.1.1",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "*:\/\/*\/*.gif"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/dashboard",
                "https:\/\/www.tumblr.com\/blog\/*"
            ],
            "js": [
                "lib\/jquery-1.10.2.min.js",
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/jquery-1.10.2.min.js",
            "lib\/jsgif\/gif.js",
            "gifControler.js",
            "background.js",
            "analyticsLoader.js"
        ]
    },
    "web_accessible_resources": [
        "lib\/jquery-1.10.2.min.map"
    ]
}