Outbox for Tumblr

Save outgoing Tumblr asks automatically

什麼是Outbox for Tumblr?

Outbox for Tumblr是由April Sylph開發的Chrome擴展程式,該擴展的主要功能是“Save outgoing Tumblr asks automatically”。

擴展截圖

screenshot

下載Outbox for Tumblr擴展crx文件

下載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
官方網址 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"
        }
    }
}