tumbyHover

Add Tumby Magic to your Tumblr Dashboard and every other Tumblr on the planet. Works with content that has links to Tumblrs too.

tumbyHoverคืออะไร?

tumbyHover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tumby.me และคุณลักษณะหลักของมันคือ "Add Tumby Magic to your Tumblr Dashboard and every other Tumblr on the planet. Works with content that has links to Tumblrs too."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tumbyHover

ดาวน์โหลดไฟล์ส่วนขยาย tumbyHover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Contextual Content Discovery for Tumblr

Early Access | Here's where we put our newest versions first.

Marvel at what a simple hover can do when it's a tumbyHover.

Imagine if virtually every link to every Tumblr gave you more power and insight than ever before—in your Dashboard on any Tumblr's native page. 

How about on Pinterest, on reddit, on Muck Ruck, on RebelMouse, on Digg, on pocket, on paper.li—and more.

Publishers? Sure. Get in-page context with a simple hover over  links to Tumblrs in content from BuzzFeed, Mashable, TIME, The Verge, Wired, The Guardian—and more.


It's here. Hover on.

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

Questions? We'd love to hear from you! 

[email protected] or @tumbyMe on Twitter.

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

We expect to steadily roll out updates and enhancements so please ensure that your update settings allow for them.

Thanks & Enjoy!

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

+ 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 Added

+ V1.150 Boatload of New Stuff including support for non-Tumblr web pages. …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.127 tumbyHover Early Access for reddit Added
         tumbyHover Early Access for Music AutoPlay Blocker Added                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ tumbyHover tumbyHover
ID igakkofnljcopkhnfhaoepgeacidbhge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tumbyhover/igakkofnljcopkhnfhaoepgeacidbhge
คำอธิบาย Add Tumby Magic to your Tumblr Dashboard and every other Tumblr on the planet. Works with content that has links to Tumblrs too.
ขนาดไฟล์ 86.46 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 1.167
อัปเดตครั้งล่าสุด 2013-12-06
วันที่เผยแพร่ 2013-12-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://tumby.me
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://tumby.me/crxHelp.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tumbyHover",
    "version": "1.167",
    "description": "Add Tumby Magic to your Tumblr Dashboard and every other Tumblr on the planet. Works with content that has links to Tumblrs too.",
    "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
}