Tumblr Archive Page
Quick redirect to tumblr archive page
Wat is Tumblr Archive Page?
Tumblr Archive Page is een Chrome-extensie ontwikkeld door bistriy.com, en de belangrijkste functie is "Quick redirect to tumblr archive page".
Download het CRX-bestand van de extensie Tumblr Archive Page
Download Tumblr Archive Page-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
When you visit tumblr and want to see all posts on one page, but the archive button is missing, our extension will help you.
Basisinformatie over de Extensie
Naam | |
ID | boikbenaonfgdlfmookjejcgooofkihp |
Officiële URL | https://chrome.google.com/webstore/detail/tumblr-archive-page/boikbenaonfgdlfmookjejcgooofkihp |
Beschrijving | Quick redirect to tumblr archive page |
Bestandsgrootte | 5.98 KB |
Aantal Installaties | 293 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-06-29 |
Publicatiedatum | 2018-06-29 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | bistriy.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://bistriy.com |
Help Pagina-URL | http://bistriy.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tumblr Archive Page", "version": "1.0", "description": "Quick redirect to tumblr archive page", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "name": "Tumblr Archive" }, "permissions": [ "activeTab" ] } |