Cascadr
Cascadr | A Tumblr Image Viewer
Was ist Cascadr?
Cascadr ist eine Chrome-Erweiterung, die von https://cascadr.co entwickelt wurde, und ihr Hauptmerkmal ist "Cascadr | A Tumblr Image Viewer".
Erweiterungsscreenshots
Cascadr-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cascadr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pjihmfnnfklnilcknhhihhkomnfeoefb |
| Offizielle URL | https://chromewebstore.google.com/detail/cascadr/pjihmfnnfklnilcknhhihhkomnfeoefb |
| Beschreibung | Cascadr | A Tumblr Image Viewer |
| Dateigröße | 38.44 KB |
| Installationsanzahl | 818 |
| Aktuelle Version | 1.0.6 |
| Letztes Update | 2019-03-12 |
| Veröffentlichungsdatum | 2019-03-12 |
| Bewertung | 4.21/5 Insgesamt 19 Bewertungen |
| Entwickler | https://cascadr.co |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://cascadr.co |
| Hilfeseite URL | https://cascadr.co |
| Unterstützte Sprachen | 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"
]
}
]
} | |