Tum Cruise

Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology

什么是Tum Cruise?

Tum Cruise是由https://eklecttech.com开发的Chrome扩展程序,该扩展的主要功能是“Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Tum Cruise扩展crx文件

下载Tum Cruise扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ________________________________________

!!READ FIRST !!
________________________________________

If you experience any issues using this extension, please use the "Send Feedback" button to the right of this description so we can fix any issues you may be having. This is much more beneficial than simply rating a 1 star and NOT informing us. Thanks. 

________________________________________

Details
________________________________________

Isn't it frustrating to surf a Tumblr blog only to be STUCK on the same page, with no way to check their ARCHIVES, NEXT PAGE, ETC? Have no fear! TUM CRUISE is here! 

Use Tum Cruise  to NAVIGATE on someone's Tumblr blog, get to your DASHBOARD quickly, and did we mention that you can SEARCH Tumblr with ease as well!? 

Simply click on the Tumblr Icon in your upper right hand corner of Google Chrome and you'll be on your to EASY CRUISIN' ! 

Check out the features below!
________________________________________

Features 
________________________________________

    - Tumblr Blog Navigation 
        -- Home Page ( Gets you to the front of the blog )

        -- Next Page ( Shows the next page of the blog i.e. Page 2,3,4,etc )

        -- Prev Page ( Shows the previous page of the blog ie. Page 4,3,2,etc )

        -- Follow Blog ( Easy access to follow/unfollow link for blog )

        -- Search Tumblr (Search Content Tags )



________________________________________

Right-Click Administrative Menu
________________________________________


    - Share Current Webpage

    - Post Photo/Video/Audio/Link/Chat/Text directly from the menu!



________________________________________

Version History 
________________________________________

Version 0.1.8
-Fixed The bug that didnt allow the buttons to load.

Version 0.1.7
-Fixed Various Bugs.

Version 0.1.6

-Changed the Context-Menu Post to open in an inactive (background) tab, instead of creating and focusing on the new tab. This helps with allowing you to post a picture without leaving your current page. This also helps with when you have multiple tabs open for multiple posts.

-Disabled Auto Fill for Tumblr's New Link Title. This is due to Tumblr.com not allowing URL's in their Title Input fields. We are hoping to find a fix for this soon.

Version 0.1.5

-Fixed when posting a new link. Tum Cruise will bring the title of the webpage you are sharing, and auto populate the Title text box on Tumblr's "new link" page.

Version 0.1.4

- Fixed bug that was posting multiple pictures with multiple tumblr tabs open in browser.

Version 0.1.3

- Updated code to reflect changes on Tumblr.com in regards to their new "inline" upload method.

Version 0.1.2

- Fixed bug that auto populated content source and the "luxury" tag. 
________________________________________

Developed By Eklect Technology

Copyright 2013 Eklect Enterprises All Rights Reserved                    

扩展基本信息

名称 Tum Cruise Tum Cruise
ID ihndjcflfkcgjjpjafhlceacbfmmobpl
官方URL https://chromewebstore.google.com/detail/tum-cruise/ihndjcflfkcgjjpjafhlceacbfmmobpl
简介 Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology
文件大小 102 KB
安装次数 226
当前版本 0.1.8
更新时间 2014-02-06
上架时间 2014-02-06
评分 4.42/5 共12次评分
开发者 https://eklecttech.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://tumcruise.tumblr.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tum Cruise",
    "version": "0.1.8",
    "manifest_version": 2,
    "description": "Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology",
    "permissions": [
        "contextMenus",
        "tabs",
        "webNavigation"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "core-chrome.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "brain.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/eklecttech.com\/",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Tum Cruise | Developed By Eklect Technology",
        "default_icon": "logo.png"
    }
}