Emojit

Rate any web page.

Emojit क्या है?

Emojit Emojit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rate any web page."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Emojit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Found a yummy recipe? 😋
An amazing Wikipedia page? 🤯
Good news! 🎉
Fake news? 👎

🔍 Find your rated pages using emojis
🏆 Earn badges for rating pages 🥇

This extension lets you use emojis to mark pages. Some uses:
• custom labeled bookmarks/favorites
• avoid making accounts on each specific site using their custom system

More features:
🕶 Option to use a dark theme (your device's theme is used by default)
📚 View and manage your history

See all of our release history here: https://github.com/emogit/emojit/releases

Got feedback? Issues? Badge ideas? Share them at https://github.com/emogit/emojit/issues

What we store:
We only store information in our database when you add or remove an emoji (reaction) for a page. We store:
• a randomly generated user ID to represent you
• the URL of the page you're looking at 
• the emoji you reacted with (or removed) for that URL
• the day and time you added the emoji
• badges that you earned
You can delete your current and all past interaction for a URL through this extension.
You can download or delete all of the data we're storing on you through the extension's options.

We care about your privacy! We will not store long URLs because they might have identifiable information in them.

We will not sell this raw data. This contains our own browsing data as well as the data of our friends and family, so we really do care about its security. We might one day sell access an aggregated anonymized version of this data. For example, to let a website owner only see all of the emojis used on their site in a given month (they would not get the user IDs or any personally identifiable information). In other cases, we might share times of reactions to a page but we would modify them (for example, by rounding to the nearest hour). This can be useful to help website owners know how people's perception of a page changes over time and the site owner can learn this well enough without knowing anything about you. If we do start to share any non-aggregated data externally, it would only be new data (we would not share data already stored before a specific date), and we will update this text and identify it in Google's privacy and data usage information for this extension's information.                    

एक्सटेंशन की मूल जानकारी

नाम Emojit Emojit
ID fdaopifdchifnfaiammaknlaniecbdmo
आधिकारिक URL https://chromewebstore.google.com/detail/emojit/fdaopifdchifnfaiammaknlaniecbdmo
विवरण Rate any web page.
फ़ाइल का आकार 307 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-05-24
प्रकाशन तिथि 2020-11-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Emojit
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/emogit/emojit
सहायता पृष्ठ URL https://github.com/emogit/emojit/issues
गोपनीयता नीति पृष्ठ URL https://github.com/emogit/emojit/blob/main/privacy.md
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.0",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/browser_action.html"
    },
    "options_page": "pages\/home.html",
    "options_ui": {
        "page": "pages\/home.html",
        "open_in_tab": true,
        "browser_style": true,
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/api.emojit.site\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            }
        }
    }
}