tumbyPageGetter + tumbyHover

Discover, enjoy, and share content in more places--from any Tumblr on the planet--faster and easier than you ever imagined.

什麼是tumbyPageGetter + tumbyHover?

tumbyPageGetter + tumbyHover是由http://tumby.me開發的Chrome擴展程式,該擴展的主要功能是“Discover, enjoy, and share content in more places--from any Tumblr on the planet--faster and easier than you ever imagined.”。

擴展截圖

screenshot
screenshot
screenshot

下載tumbyPageGetter + tumbyHover擴展crx文件

下載tumbyPageGetter + tumbyHover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        --------------------------------------

Contextual Content Discovery for Tumblr

tumbyHover was added to our original tumbyPageGetter which was featured in Mashable as a top discovery extension.

The new combination delivers lots more awesomeness—including cool Dashboard enhancements and more discovery features in more applications.

tumbyHover works with sites like Pinterest, reddit, RebelMouse, Muck Rack, Digg, pocket, and paper.li—with more to come.

Enjoy contextual discovery with a simple hover over a link in web content from lots of publishers like BuzzFeed, Mashable, Time, The Verge, Wired, and The Guardian—with more to come.

Hover on.

--------------------------------------

How does tumbyPageGetter work?

• Tumby knows when you visit a Tumblr and displays an icon in the address bar.

• Click the icon and see the magic when it creates its tumbyPage.

Yep, it’s that easy—works with any Tumblr on the planet.

Get more out of Tumblr in less time.

Discover what you've been missing.

--------------------------------------

What is this tumbyPage you speak of?

We've included some screenshots so folks not familiar with a tumbyPage can get a quick glimpse of a few of its cool features.

• Expandable snapshots of every post display in a grid format with drill-down capability to the source post. Or, you can share directly from the snapshot. Videos and audios play inline.

• The tumbySearch full-text search box displays when the source Tumblr has implemented it. Yes, full-text search—beyond tags.

• An embedded Twitter Timeline is a welcome addition—one click away.

• There are lots of very creative avatars out there—you can see them in all of their glory.

• You'll find a profile of the Tumblr with stats for context.

• You can post new content directly from a tumbyPage.


The best way to learn more about tumbyPages is to experience them.


--------------------------------------


This is a new extension.

We're eager to hear your feedback!

[email protected] or @tumbyMe on Twitter.


--------------------------------------

+ V1.160 tumbyCard Snapshots Expand to Entire Post
         Browse Every Post on Tumblr
         Additional Publication Support
         Tags Original vs. Reblogged Content
         Performance Enhancements

+ V1.156 Various Technology Upgrades

+ V1.155 Enhanced reddit Support Added
         Ignore Bad Tumblr Domain Redirects
         Weebly Support Added

+ V1.154 Enhanced Storyware Template Support Added

+ V1.153 Fix for viewer location issue.

+ V1.151 tumbyHover Early Access for Google Docs

+ V1.150 Boatload of New Stuff including non-Tumblr web page support … film at eleven.

+ V1.146 Fix for scroll issue on some older themes added.

+ V1.144 Additional Link Types for tumbyHover Added.

+ V1.142 tumbyHover Early Access for RebelMouse Support Added.
         tumbyHover Early Access for Digg Support Added.
         tumbyHover Early Access for paper.liSupport Added.
         tumbyHover Early Access for pocket Support Added.   


+ V1.141 tumbyHover Early Access for Pinterest Support Added.
         tumbyHover Early Access for Muck Rack Support Added.
         tumbyHover Early Access for TweetDeck Support Added.   

+ V1.130 tumbyHover Early Access for Twitter Profile Support Added. 

+ V1.128 tumbyHover Early Access for Music AutoPlay Blocker Added

+ V1.127 tumbyHover Early Access for reddit Added

+ V1.124 tumbyHover Early Access Added

Hover over virtually any link on a Tumblr's avatar or its name throughout the Dashboard's various pages or in the Notes of a native Tumblr page to discover lots more about that Tumblr—including a digest of its newest ten posts.

tumbyHover is disabled by default. Use "Options" to enable it and save your change.

+ V1.121 Custom Domain "Any Tumblr Page" Support Added

The tumbyPageGetter icon now appears in the address bar of any page of any Tumblr that uses a custom domain. Empty tabs are ignored.


+ V1.11 Custom Domain Support Added

That means a Tumblr that does not have "tumblr.com" in its site name will be recognized and the Tumby Page Getter icon will appear in the address bar of its main page.                    

擴展基本資訊

名稱 tumbyPageGetter + tumbyHover tumbyPageGetter + tumbyHover
ID palcdpnojkmdjpkdcldniiefhdokbojb
官方網址 https://chrome.google.com/webstore/detail/tumbypagegetter-+-tumbyho/palcdpnojkmdjpkdcldniiefhdokbojb
簡介 Discover, enjoy, and share content in more places--from any Tumblr on the planet--faster and easier than you ever imagined.
檔案大小 86.47 KB
安裝次數 245
目前版本 1.167
更新時間 2013-12-06
上架時間 2013-12-06
評分 4.73/5 共 11 次評分
開發者 http://tumby.me
付費類型 free
說明頁面URL http://tumby.me/crxHelp.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tumbyPageGetter + tumbyHover",
    "version": "1.167",
    "description": "Discover, enjoy, and share content in more places--from any Tumblr on the planet--faster and easier than you ever imagined.",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "tumbypagefetch.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js",
                "jquery-ui-1.10.3.custom.min.js",
                "toastr.min.js",
                "tumbyBloggerInfo.js",
                "jquery.mousewheel.js"
            ],
            "matches": [
                "http:\/\/api.tumblr.com\/*",
                "http:\/\/tumby.me\/*",
                "http:\/\/*.tumblr.com\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "css_file.css",
                "toastr.min.css",
                "magic.min.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Get Tumby Page"
    },
    "permissions": [
        "http:\/\/api.tumblr.com\/*",
        "tabs",
        "http:\/\/tumby.me\/*",
        "http:\/\/*.tumblr.com\/*",
        "storage",
        "notifications"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}