Outbox for Tumblr
Save outgoing Tumblr asks automatically
Wat is Outbox for Tumblr?
Outbox for Tumblr is een Chrome-extensie ontwikkeld door April Sylph, en de belangrijkste functie is "Save outgoing Tumblr asks automatically".
Extensie Screenshots
Download het CRX-bestand van de extensie Outbox for Tumblr
Download Outbox for Tumblr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Outbox for Tumblr |
ID | oeamngjfgbhipkibmgglfdaohochpoej |
Officiële URL | https://chromewebstore.google.com/detail/outbox-for-tumblr/oeamngjfgbhipkibmgglfdaohochpoej |
Beschrijving | Save outgoing Tumblr asks automatically |
Bestandsgrootte | 24.81 KB |
Aantal Installaties | 934 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-06-28 |
Publicatiedatum | 2021-11-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | April Sylph |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/AprilSylph/Outbox-for-Tumblr#readme |
Help Pagina-URL | https://github.com/AprilSylph/Outbox-for-Tumblr/issues |
URL van de Privacybeleid Pagina | https://github.com/AprilSylph/AprilSylph/blob/master/PRIVACY.md |
Ondersteunde Talen | 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": [ " |