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.

O que é HashTag Router?

HashTag Router é uma extensão do Chrome desenvolvida por https://www.hashtagrouter.com, e sua principal característica é "Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HashTag Router

Baixe arquivos de extensão HashTag Router no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.)                    

Informações Básicas da Extensão

Nome HashTag Router HashTag Router
ID nbplldfpalipebnjmigfcfpicjiimplc
URL Oficial https://chromewebstore.google.com/detail/hashtag-router/nbplldfpalipebnjmigfcfpicjiimplc
Descrição Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.
Tamanho do Arquivo 85.58 KB
Contagem de Instalações 112
Versão Atual 1.0.2
Última Atualização 2019-12-28
Data de Publicação 2019-12-28
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://www.hashtagrouter.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}