RiteTag

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

RiteTag क्या है?

RiteTag https://ritetag.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get hashtag suggestions for images and texts on any site (great for Instagram, Pinterest, Twitter, Facebook, LinkedIn)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RiteTag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}