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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ________________________________________

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