Cascadr
Cascadr | A Tumblr Image Viewer
Что такое Cascadr?
Cascadr - это расширение Chrome, разработанное https://cascadr.co, и его основная функция - "Cascadr | A Tumblr Image Viewer".
Снимки экрана расширения
Скачать файл CRX расширения Cascadr
Скачайте файлы расширений Cascadr в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | pjihmfnnfklnilcknhhihhkomnfeoefb |
| Официальный URL | https://chromewebstore.google.com/detail/cascadr/pjihmfnnfklnilcknhhihhkomnfeoefb |
| Описание | Cascadr | A Tumblr Image Viewer |
| Размер файла | 38.44 KB |
| Количество установок | 818 |
| Текущая Версия | 1.0.6 |
| Последнее Обновление | 2019-03-12 |
| Дата публикации | 2019-03-12 |
| Рейтинг | 4.21/5 Всего 19 оценок |
| Разработчик | https://cascadr.co |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://cascadr.co |
| URL страницы помощи | https://cascadr.co |
| Поддерживаемые языки | 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"
]
}
]
} | |