Cascadr
Cascadr | A Tumblr Image Viewer
Qu'est-ce que Cascadr ?
Cascadr est une extension Chrome développée par https://cascadr.co, et sa fonction principale est "Cascadr | A Tumblr Image Viewer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cascadr
Téléchargez les fichiers d'extension Cascadr 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
Cascadr is a Tumblr image and photo viewer. It displays all the images in a Tumblr blog in a convenient tiled display. The images efficiently auto-load as you scroll with a large read-ahead to reduce waiting times. Cascadr allows you to explore Tumblr by clicking through to a post's previous re-blogger and also allows you to easily re-blog a post by redirecting you to your Tumblr dashboard. From any Tumblr page with a Tumblr URL eg. http://wonderfulgraphicdesign.tumblr.com just click the Cascadr icon and Cascadr will automatically open the blog you were browsing. If you are not currently browsing a Tumblr blog you can still open Cascadr and simply type the name of the blog you are interested in.
Informations de Base sur l'Extension
Nom | Cascadr |
ID | pjihmfnnfklnilcknhhihhkomnfeoefb |
URL Officiel | https://chromewebstore.google.com/detail/cascadr/pjihmfnnfklnilcknhhihhkomnfeoefb |
Description | Cascadr | A Tumblr Image Viewer |
Taille du Fichier | 38.44 KB |
Nombre d'Installations | 818 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2019-03-12 |
Date de Publication | 2019-03-12 |
Évaluation | 4.21/5 Total 19 Évaluations |
Développeur | https://cascadr.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cascadr.co |
URL de la Page d'Aide | https://cascadr.co |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cascadr", "description": "Cascadr | A Tumblr Image Viewer", "version": "1.0.6", "incognito": "split", "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.tumblr.com\/*" ], "js": [ "jquery-2.2.2.min.js", "content.js" ] } ] } |