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."입니다.
확장 프로그램 스크린샷
tumbyPageGetter + tumbyHover 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
-------------------------------------- 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.
확장 프로그램 기본 정보
이름 | |
ID | palcdpnojkmdjpkdcldniiefhdokbojb |
공식 URL | 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 } |