Cascadr
Cascadr | A Tumblr Image Viewer
Cascadrとは何ですか?
Cascadrはhttps://cascadr.coによって開発されたChromeの拡張機能で、その主な機能は「Cascadr | A Tumblr Image Viewer」です。
拡張機能のスクリーンショット
Cascadr拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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"
]
}
]
} | |