Outbox for Tumblr

Save outgoing Tumblr asks automatically

Outbox for Tumblrคืออะไร?

Outbox for Tumblr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย April Sylph และคุณลักษณะหลักของมันคือ "Save outgoing Tumblr asks automatically"

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

screenshot

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

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

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

                        Features:
• Save asks you send from the dashboard
• Save asks you send from *.tumblr.com/ask pages
• Save answers you send privately

Usage:
Saving asks and answers is done passively. Open your outbox by clicking on the addon icon in the browser toolbar.                    

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

ชื่อ Outbox for Tumblr Outbox for Tumblr
ID oeamngjfgbhipkibmgglfdaohochpoej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outbox-for-tumblr/oeamngjfgbhipkibmgglfdaohochpoej
คำอธิบาย Save outgoing Tumblr asks automatically
ขนาดไฟล์ 24.81 KB
จำนวนการติดตั้ง 934
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-06-28
วันที่เผยแพร่ 2021-11-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา April Sylph
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/AprilSylph/Outbox-for-Tumblr#readme
URL หน้าช่วยเหลือ https://github.com/AprilSylph/Outbox-for-Tumblr/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/AprilSylph/AprilSylph/blob/master/PRIVACY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outbox for Tumblr",
    "version": "1.0.4",
    "description": "Save outgoing Tumblr asks automatically",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/github.com\/AprilSylph\/Outbox-for-Tumblr#readme",
    "permissions": [
        "storage",
        "webRequest",
        "*:\/\/*.tumblr.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "outbox.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "80",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "74.0a1"
        }
    }
}