Hashtag Domain Viewer

The JustTagIt Chrome Extension lets you see the meaning behind hashtags on all websites.

Hashtag Domain Viewer란 무엇입니까?

Hashtag Domain Viewer은(는) https://justtagit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The JustTagIt Chrome Extension lets you see the meaning behind hashtags on all websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hashtag Domain Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Welcome to the JustTagIt Chrome extension for influencers, content creators, brands, agencies, social media community builders and anyone who uses hashtags!

The JustTagIt Chrome extension gives hashtags a new purpose and lets you view and highlight hashtags on all social media post and any website that use #’s.

Discover a variety of features connected to hashtags like #eshop #webchat #google and tons more.

Register your hashtag as a hashtag domain - Upload your own favicon - Redirect to your website or social media page.

Scrolling over a hashtag activates it and provides other great features!

A favicon appears when you hover over the hashtag and you can see the owner of that hashtag.

By clicking on the favicon, you open a new window without leaving the website.

Unregistered hashtags default to the JustTagIt logo and are redirected to the hashtag ranking.
This lets you know that the hashtag is available and can be registered.

Justtagit.com and the web app enables anyone to register a hashtag, add a favicon and redirect link and increase your social reach.

Use the hashtag search engine to discover the latest trending hashtags, events, how they rank and where they come from.

By opting in, you can earn JustTagIt Metric Tokens for scrolling for specific hashtags as part of JustTagIt’s crowd-sourced data mining program.

Earned Metric Tokens can be exchanged for JustTagIt services & upgrades!

Your data and personal information is stored on your device and has security like a bitcoin wallet.

Check out the videos on JustTagIt.com on how to earn Metric Tokens by tracking hashtags.

Please let us know what you  <3 and  

확장 프로그램 기본 정보

이름 Hashtag Domain Viewer Hashtag Domain Viewer
ID fdjkflbkemlljmohglgfbcocemjeidmh
공식 URL https://chromewebstore.google.com/detail/hashtag-domain-viewer/fdjkflbkemlljmohglgfbcocemjeidmh
설명 The JustTagIt Chrome Extension lets you see the meaning behind hashtags on all websites.
파일 크기 3.07 MB
설치 횟수 223
현재 버전 0.6.11
최근 업데이트 2023-08-06
출시 날짜 2019-02-25
평점 4.97/5 총 31 개의 평점
개발자 https://justtagit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://justtagit.com
개인정보 보호 정책 페이지 URL https://justtagit.com/page/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hashtag Domain Viewer",
    "short_name": "#DomainViewer",
    "version": "0.6.11",
    "manifest_version": 2,
    "description": "The JustTagIt Chrome Extension lets you see the meaning behind hashtags on all websites.",
    "homepage_url": "https:\/\/justtagit.com",
    "icons": {
        "16": "icon_2019_16.png",
        "19": "icon_2019_19.png",
        "48": "icon_2019_48.png",
        "128": "icon_2019_128.png"
    },
    "background": {
        "page": "index.html#background",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_2019_16.png",
            "19": "icon_2019_19.png",
            "48": "icon_2019_48.png",
            "128": "icon_2019_128.png"
        },
        "default_popup": "index.html#popup",
        "default_title": "JustTagIt"
    },
    "options_ui": {
        "page": "index.html#options",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "web_accessible_resources": []
}