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.
擴展基本資訊
名稱 | Cascadr |
ID | pjihmfnnfklnilcknhhihhkomnfeoefb |
官方網址 | 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" ] } ] } |