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.

HashTag Router là gì?

HashTag Router là một tiện ích mở rộng Chrome được phát triển bởi https://www.hashtagrouter.com, và tính năng chính của nó là "Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HashTag Router

Tải xuống các tệp mở rộng HashTag Router dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HashTag Router HashTag Router
ID nbplldfpalipebnjmigfcfpicjiimplc
URL Chính Thức https://chromewebstore.google.com/detail/hashtag-router/nbplldfpalipebnjmigfcfpicjiimplc
Mô tả Save time by navigating to websites with hashtags. Type #, followed by Space or Tab in address bar, or use icon and search box.
Kích Thước Tệp 85.58 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-12-28
Ngày Phát Hành 2019-12-28
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.hashtagrouter.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}