Post To Tumblr

Enables right-click posting of content to Tumblr

Post To Tumblrคืออะไร?

Post To Tumblr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย markd.co และคุณลักษณะหลักของมันคือ "Enables right-click posting of content to Tumblr"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Post To Tumblr

ดาวน์โหลดไฟล์ส่วนขยาย Post To Tumblr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PLEASE LEAVE A REVIEW IF YOU LIKE THIS APP :)

Post To Tumblr is an extension that adds simple right-click-post functionality to Chrome.

You can right click on any image, page, link or video to quickly upload to Tumblr. You can even drag images into chrome and upload them directly!

(also check out https://markd.co/ - save and organize social profiles with one click!)

Thanks everyone for your support and suggestions. If you would like to keep up to date with updates or suggest new features to me, send me a message on Twitter: @mikeysee or subscribe to my blog: http://www.mikecann.co.uk

If you really like the extension and want to help me out and speed up its development you can donate. There is a button in the options page to do this, cheers!

Note: You can optionally donate or display ads  for extra features!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Post To Tumblr Post To Tumblr
ID dbpicbbcpanckagpdjflgojlknomoiah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/post-to-tumblr/dbpicbbcpanckagpdjflgojlknomoiah
คำอธิบาย Enables right-click posting of content to Tumblr
ขนาดไฟล์ 7.97 MB
จำนวนการติดตั้ง 11,715
เวอร์ชันปัจจุบัน 6.71
อัปเดตครั้งล่าสุด 2022-04-11
วันที่เผยแพร่ 2020-04-15
คะแนน 3.40/5 รวมทั้งหมด 706 คะแนน
ผู้พัฒนา markd.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.post-to-tumblr.com/
URL หน้านโยบายความเป็นส่วนตัว https://markd.ltd/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Post To Tumblr",
    "short_name": "PTT",
    "manifest_version": 2,
    "description": "Enables right-click posting of content to Tumblr",
    "version": "6.71",
    "permissions": [
        "contextMenus",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "background": {
        "page": "html\/background.html"
    },
    "options_page": "html\/options.html",
    "minimum_chrome_version": "50",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Post To Tumblr"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "html\/*.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/ptt-server.herokuapp.com https:\/\/connect.facebook.net https:\/\/npmcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/api.sandbox.braintreegateway.com https:\/\/api.braintreegateway.com https:\/\/client-analytics.sandbox.braintreegateway.com https:\/\/client-analytics.braintreegateway.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "js\/mouseWatcher-bundle.js"
            ]
        }
    ]
}