Tum Cruise

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

Qu'est-ce que Tum Cruise ?

Tum Cruise est une extension Chrome développée par https://eklecttech.com, et sa fonction principale est "Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tum Cruise

Téléchargez les fichiers d'extension Tum Cruise au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ________________________________________

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

Informations de Base sur l'Extension

Nom Tum Cruise Tum Cruise
ID ihndjcflfkcgjjpjafhlceacbfmmobpl
URL Officiel https://chromewebstore.google.com/detail/tum-cruise/ihndjcflfkcgjjpjafhlceacbfmmobpl
Description Tumblr Multi-function tool for navigation and other administrative functions of Tumblr.com . Developed By Eklect Technology
Taille du Fichier 102 KB
Nombre d'Installations 226
Version Actuelle 0.1.8
Dernière Mise à Jour 2014-02-06
Date de Publication 2014-02-06
Évaluation 4.42/5 Total 12 Évaluations
Développeur https://eklecttech.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://tumcruise.tumblr.com
Langues Prises en Charge 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"
    }
}