Scitru

Make the internet trustworthy again!

Scitru क्या है?

Scitru https://scitru.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the internet trustworthy again!"।

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

screenshot

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

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

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

                        The Problem with the Internet

The internet is only several decades old, yet it already has become the primary source of information for much of humanity. While we would like to rely on the internet for reliable facts, much of the information taken from the internet has to be viewed skeptically. After all, anyone can publish anything on the web. The amount of information (and misinformation) the internet contains is growing daily. How can anyone sift through it all and learn the truth? How can we know what to trust?

The Solution

Scitru exists to solve the problem of trust on the internet, by extending the way people naturally determine trustworthiness. In the real world, we each have a core of people who we trust after repeated demonstrations of honest: friends, family, teachers, and colleagues. When those people tell us someone else is trustworthy, our trust transfers to them.

With Scitru, you can rate people you know online as trustworthy. Those people rate people you don’t know. Scitru uses your personal trust network to determine how trustworthy you should consider everyone online. This differs enormously from existing aggregate trust systems like upvotes or five-star averages, because your personal trust network only includes the people you trust. No more trusting anonymous internet users with hidden motives.

Let’s work together to make the internet trustworthy.                    

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

नाम Scitru Scitru
ID ipbedlaohnahaihfagpbmjkaajkfkdbp
आधिकारिक URL https://chrome.google.com/webstore/detail/scitru/ipbedlaohnahaihfagpbmjkaajkfkdbp
विवरण Make the internet trustworthy again!
फ़ाइल का आकार 1.02 MB
स्थापना संख्या 87
वर्तमान संस्करण 0.0.1.4
अंतिम अपडेट 2017-01-17
प्रकाशन तिथि 2017-01-17
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://scitru.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scitru",
    "short_name": "The Online Network of Trust",
    "version": "0.0.1.4",
    "description": "Make the internet trustworthy again!",
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "*:\/\/*.scitru.com\/*",
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "lib\/fa\/fonts\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "lib\/bootstrap\/bootstrap_modalonly.css",
                "lib\/fa\/css\/font-awesome.min.css",
                "all_platforms\/styles.css",
                "all_platforms\/news.css"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/bootstrap\/bootstrap_modalonly.min.js",
                "all_platforms\/trust.js",
                "all_platforms\/content.js",
                "all_platforms\/news.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/logo-19.png",
            "38": "images\/logo-38.png"
        },
        "default_title": "Scitru",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/scitru.com\/"
}