Outbox for Tumblr
Save outgoing Tumblr asks automatically
What is Outbox for Tumblr?
Outbox for Tumblr is a Chrome extension developed by April Sylph, and its main feature is "Save outgoing Tumblr asks automatically".
Extension Screenshots
Download Outbox for Tumblr Extension CRX File
Download Outbox for Tumblr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Outbox for Tumblr |
ID | oeamngjfgbhipkibmgglfdaohochpoej |
Official URL | https://chromewebstore.google.com/detail/outbox-for-tumblr/oeamngjfgbhipkibmgglfdaohochpoej |
Description | Save outgoing Tumblr asks automatically |
File Size | 24.81 KB |
Installation Count | 934 |
Current Version | 1.0.4 |
Last Updated | 2023-06-28 |
Publish Date | 2021-11-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | April Sylph |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AprilSylph/Outbox-for-Tumblr#readme |
Help Page URL | https://github.com/AprilSylph/Outbox-for-Tumblr/issues |
Privacy Policy Page URL | https://github.com/AprilSylph/AprilSylph/blob/master/PRIVACY.md |
Supported Languages | 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": [ " |