Outbox for Tumblr
Save outgoing Tumblr asks automatically
Outbox for Tumblr là gì?
Outbox for Tumblr là một tiện ích mở rộng Chrome được phát triển bởi April Sylph, và tính năng chính của nó là "Save outgoing Tumblr asks automatically".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Outbox for Tumblr
Tải xuống các tệp mở rộng Outbox for Tumblr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Outbox for Tumblr |
ID | oeamngjfgbhipkibmgglfdaohochpoej |
URL Chính Thức | https://chromewebstore.google.com/detail/outbox-for-tumblr/oeamngjfgbhipkibmgglfdaohochpoej |
Mô tả | Save outgoing Tumblr asks automatically |
Kích Thước Tệp | 24.81 KB |
Số Lần Cài Đặt | 934 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2023-06-28 |
Ngày Phát Hành | 2021-11-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | April Sylph |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AprilSylph/Outbox-for-Tumblr#readme |
URL Trang Trợ Giúp | https://github.com/AprilSylph/Outbox-for-Tumblr/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/AprilSylph/AprilSylph/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |