Tum Cruise

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

Tum Cruise là gì?

Tum Cruise là một tiện ích mở rộng Chrome được phát triển bởi https://eklecttech.com, và tính năng chính của nó là "Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tum Cruise

Tải xuống các tệp mở rộng Tum Cruise dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ________________________________________

!!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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tum Cruise Tum Cruise
ID ihndjcflfkcgjjpjafhlceacbfmmobpl
URL Chính Thức https://chromewebstore.google.com/detail/tum-cruise/ihndjcflfkcgjjpjafhlceacbfmmobpl
Mô tả Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 226
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2014-02-06
Ngày Phát Hành 2014-02-06
Đánh Giá 4.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://eklecttech.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tumcruise.tumblr.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}