Tumblr Archive Page
Quick redirect to tumblr archive page
Qu'est-ce que Tumblr Archive Page ?
Tumblr Archive Page est une extension Chrome développée par bistriy.com, et sa fonction principale est "Quick redirect to tumblr archive page".
Télécharger le fichier CRX de l'extension Tumblr Archive Page
Téléchargez les fichiers d'extension Tumblr Archive Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
When you visit tumblr and want to see all posts on one page, but the archive button is missing, our extension will help you.
Informations de Base sur l'Extension
Nom | |
ID | boikbenaonfgdlfmookjejcgooofkihp |
URL Officiel | https://chrome.google.com/webstore/detail/tumblr-archive-page/boikbenaonfgdlfmookjejcgooofkihp |
Description | Quick redirect to tumblr archive page |
Taille du Fichier | 5.98 KB |
Nombre d'Installations | 293 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-06-29 |
Date de Publication | 2018-06-29 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | bistriy.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://bistriy.com |
URL de la Page d'Aide | http://bistriy.com |
Langues Prises en Charge | 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" ] } |