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.
Qu'est-ce que HashTag Router ?
HashTag Router est une extension Chrome développée par https://www.hashtagrouter.com, et sa fonction principale est "Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HashTag Router
Téléchargez les fichiers d'extension HashTag Router 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
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.)
Informations de Base sur l'Extension
Nom | HashTag Router |
ID | nbplldfpalipebnjmigfcfpicjiimplc |
URL Officiel | https://chromewebstore.google.com/detail/hashtag-router/nbplldfpalipebnjmigfcfpicjiimplc |
Description | Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box. |
Taille du Fichier | 85.58 KB |
Nombre d'Installations | 112 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-12-28 |
Date de Publication | 2019-12-28 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://www.hashtagrouter.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |