HashTag Router

Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.

Co je HashTag Router?

HashTag Router je rozšíření Chrome vyvinuté https://www.hashtagrouter.com, a jeho hlavní funkcí je „Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření HashTag Router

Stáhněte si soubory rozšíření HashTag Router ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        What Is HashTag Router?

HashTag Router is a Chrome web browser extension that allows you to navigate directly to Internet web pages using hashtag phrases. HashTag Router provides two methods for entering hashtag keywords:

1) Click the HashTag Router icon in the upper-right corner of the browser. A search box will appear. Enter the hashtag phrase (no need to add the ‘#’ symbol in front of the keyword), press enter, and the web browser will instantly navigate to the web page assigned to the phrase! If the keyword phrase is not associated with a website, you will have an opportunity to reserve the phrase within the HashTag Router network.

2) HashTag Router also allows you to use the address bar to enter hashtags. Simply enter the ‘#’ symbol, followed by a space or tab. Then enter the hashtag phrase to go to the corresponding web page.

HashTag Router Benefits:

Skip the Search. Get there Fast.
The HashTag Router Chrome extension is loaded with the most popular websites. Bounce quickly from Facebook, Twitter, Amazon, Ebay, etc. by simply entering the company name in the stationary search box. No need to find browser bookmarks or enter ‘.com’.

Two, three, or four-letter hashtags can also be used to directly navigate to web pages. Need a dictionary? Just type #mw to get to Merriam-Webster.com fast! Can’t spell ‘Rotten Tomatoes’? Just enter #rt, and you’re there!

Improve Business Efficiencies
Imagine working on a technical support team, with an impatient customer on the line, and you’re desperately trying to find the online user manual for “Widget A”. You’re not adept at browsing search results; you didn’t create a previous bookmark; and your browser history isn’t saved. You haven’t the slightest idea what the extraordinarily long url is for the user manual, but the product name is known! With HashTag Router, you could quickly navigate to the user manual by entering a keyword, such as “widgetA”. Long urls, such as, “http://acmeproductcompany/support/categories/widgets/widgeta/wrapper?cgi-bin%xyx123……” can be assigned to hashtags such as #widgetA, saving time for employees, and improving business operating efficiencies.

Think of HashTag Router as a link shortening service that utilizes memorable keywords instead of cryptic number sequences. Companies can provide their employees an alternate, quicker method of navigating internal “Intranet” pages.

Communicate Authority
Perhaps your pizza restaurant in Denver, Colorado, was just awarded best pizza in town by the local newspaper. Reinforce the recognition or business expertise by securing hashtag phrases such as #BestPizzaDenver or simply #PizzaDenver. Anyone entering the phrases in HashTag Router will automatically navigate to the web page assigned to the hashtag, bypassing search results.

Boost Website Traffic
Short, generic keyword phrases are difficult to “own” or trademark, but they can be secured in the HashTag Router network and routed to your website. Hashtags such as #fashion, #love, #cute, and #photooftheday often appear on the top trending hashtag lists. Why not route them to your relevant website in the HashTag Router network?

Establish an Identity
What hashtag phrases describe you? What would your social media vanity license plate say? Such phrases as #TaxExpert or #ProgrammerForHire can be routed to your business website, personal Facebook page, or LinkedIn profile.

Promote Trademarks
Trademarking of hashtags is an emerging social media trend. If you own a hashtag trademark, or are considering filing for a trademark, reserve the hashtag phrase in the HashTag Router network now! (Note: HashTag Router respects the rights of trademark owners and each submission is subject to an editorial review to identify any potential trademark violations. Please review the terms of service upon ordering.)                    

Základní Informace o Rozšíření

Název HashTag Router HashTag Router
ID nbplldfpalipebnjmigfcfpicjiimplc
Oficiální URL https://chromewebstore.google.com/detail/hashtag-router/nbplldfpalipebnjmigfcfpicjiimplc
Popis Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.
Velikost souboru 85.58 KB
Počet instalací 112
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-12-28
Datum Vydání 2019-12-28
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://www.hashtagrouter.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HashTag Router",
    "description": "Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "https:\/\/hashtagrouter.com\/"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "#"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "hashtagsearch16.png",
            "32": "hashtagsearch32.png",
            "48": "hashtagsearch48.png",
            "128": "hashtagsearch128.png"
        }
    },
    "icons": {
        "16": "hashtagsearch16.png",
        "32": "hashtagsearch32.png",
        "48": "hashtagsearch48.png",
        "128": "hashtagsearch128.png"
    }
}