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
公式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
Eメール [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"
        }
    }
}