Kūrie

Extends the functionality of the Tumblr inbox.

Kūrieคืออะไร?

Kūrie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Anthony Bruno และคุณลักษณะหลักของมันคือ "Extends the functionality of the Tumblr inbox."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kūrie

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

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

                        Kūrie is an extension that makes the Tumblr inbox accessible to you through a Chrome dialog located on the top right of your screen. It will also notify you of new messages.

The only requirement for Kūrie to work well is for you to have "Show my unread message count" selected under the Dashboard tab of Tumblr's preferences.

Advanced features currently include:
* basic Tumblr functionality (reply to messages, edit and publish submissions, block user, delete message)
* searching
* sorting
* mass deletion
* send messages
* submit content
* outbox that saves your private replies, outgoing messages, and outgoing fan mail
* "like" messages
* filter-proof your messages so that Tumblr's filtering system doesn't toss them out
* drafts for answering questions
* blacklist
* favorite users (highlights your favorite users)
* least favorite users (doesn't display messages from your least favorite users)
* a badge to mark people who you follow
* 6 alert sounds to choose from (or you can turn it off, whatever)
* increase web brand

Kūrie realizes that your information is private and does not and will not share it with any private party.                    

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

ชื่อ Kūrie Kūrie
ID olehhbonnedledfeajciabblgifghcak
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/k%C5%ABrie/olehhbonnedledfeajciabblgifghcak
คำอธิบาย Extends the functionality of the Tumblr inbox.
ขนาดไฟล์ 2.59 MB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.414
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา James Anthony Bruno
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://kurie-extension.tumblr.com
URL หน้าช่วยเหลือ http://kurie-extension.tumblr.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "K\u016brie",
    "short_name": "Kurie",
    "author": "James Anthony Bruno",
    "description": "Extends the functionality of the Tumblr inbox.",
    "version": "1.414",
    "permissions": [
        "http:\/\/*.tumblr.com\/*",
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "clipboardWrite",
        "tabs"
    ],
    "options_page": "options.html",
    "homepage_url": "http:\/\/www.kurie-extension.tumblr.com\/",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.json-2.4.min.js",
                "serializeObject.js",
                "phi.outbox.ii.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.tumblr.com\/ask_form*",
                "http:\/\/www.tumblr.com\/inbox*",
                "http:\/\/www.tumblr.com\/blog\/*\/messages",
                "http:\/\/www.tumblr.com\/send*"
            ],
            "exclude_matches": [
                "http:\/\/www.tumblr.com\/ask_form*\/success",
                "http:\/\/www.tumblr.com\/send_confirmation*"
            ],
            "js": [
                "jquery.js",
                "jquery.json-2.4.min.js",
                "serializeObject.js",
                "phi.outbox.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "jquery.js",
                "phi.filterproof.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.tumblr.com\/submit_form*"
            ],
            "js": [
                "jquery.js",
                "phi.submitSize.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.tumblr.com\/send*"
            ],
            "exclude_matched": [
                "http:\/\/www.tumblr.com\/send_confirmation*"
            ],
            "js": [
                "jquery.js",
                "purl.js",
                "phi.fanmail.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/19.png"
        },
        "default_title": "K\u016brie for tumblr"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/new48.png",
        "128": "images\/new128.png"
    }
}