RiteTag

Get hashtag suggestions for images and texts on any site (great for Instagram, Pinterest, Twitter, Facebook, LinkedIn).

RiteTag란 무엇입니까?

RiteTag은(는) https://ritetag.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get hashtag suggestions for images and texts on any site (great for Instagram, Pinterest, Twitter, Facebook, LinkedIn)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RiteTag 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stop guessing hashtags.

1) GENERATE HASHTAGS FOR IMAGES
Right click any image on any website and select "Get hashtag suggestions for image" or click Upload icon in the RiteTag bar to get hashtag suggestions for an image from your computer.

2) GENERATE HASHTAGS FOR TEXTS
Type a hashtag and hit space to get instant hashtag suggestions (works on any website). Alternatively, select any text on the page (eg. text of your post), right click it and choose "Get hashtag suggestions for text".

3) COLORS INDICATING THE HASHTAG STRENGTH
GREEN = use this hashtag to get seen now
BLUE = use this hashtag to get seen over time
RED = do not use this hashtag, your posts will disappear in the crowd
GRAY = do not use this hashtag, very few people are following it

**ADDITIONAL FEATURES**
+ Mouseover any hashtag in the bar to see brief recommendation
+ Click any hashtag in the bar to add it to the post
+ Click Copy button to copy all suggested hashtags to your clipboard
+ Click Compare to compare stats of hashtags currently shown in the bar
+ Click the RiteTag browser button to show/hide the RiteTag bar
+ Turn off extension for specific domains                    

확장 프로그램 기본 정보

이름 RiteTag RiteTag
ID hclhpnhohpmlbadmeieecaandnglfodm
공식 URL https://chromewebstore.google.com/detail/ritetag/hclhpnhohpmlbadmeieecaandnglfodm
설명 Get hashtag suggestions for images and texts on any site (great for Instagram, Pinterest, Twitter, Facebook, LinkedIn).
파일 크기 382 KB
설치 횟수 44,495
현재 버전 2.4.51
최근 업데이트 2021-08-25
출시 날짜 2020-04-16
평점 4.18/5 총 68 개의 평점
개발자 https://ritetag.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ritetag.com
도움말 페이지 URL http://help.ritekit.com
개인정보 보호 정책 페이지 URL https://ritekit.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RiteTag",
    "short_name": "RiteTag: Hashtag Generator",
    "description": "Get hashtag suggestions for images and texts on any site (great for Instagram, Pinterest, Twitter, Facebook, LinkedIn).",
    "version": "2.4.51",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "RiteTag"
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/modal.js"
            ],
            "css": [
                "css\/chrome.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus",
        "notifications",
        "https:\/\/ritetag.com\/*"
    ]
}