Shortweb

Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.

Shortweb क्या है?

Shortweb https://www.getshortweb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web."।

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

screenshot

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

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

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

                        Shortweb is a tool that lets you highlight text online. Save highlights to look at later and share your highlights with your friends!                    

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

नाम Shortweb Shortweb
ID adoindkdhcaldklicoimacgpdpkeiinf
आधिकारिक URL https://chromewebstore.google.com/detail/shortweb/adoindkdhcaldklicoimacgpdpkeiinf
विवरण Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.
फ़ाइल का आकार 652 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2016-02-17
प्रकाशन तिथि 2016-02-17
रेटिंग 4.33/5 कुल 12 रेटिंग्स
डेवलपर https://www.getshortweb.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.getshortweb.com
सहायता पृष्ठ URL http://www.getshortweb.com/#feedback
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortweb",
    "version": "0.3.1",
    "description": "Shortweb makes it easy to do research by allowing you to search, aggregate, and reference relevant content from the web.",
    "icons": {
        "16": ".\/src\/images\/icon16.png",
        "48": ".\/src\/images\/icon48.png",
        "128": ".\/src\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": ".\/src\/images\/icon19.png",
            "38": ".\/src\/images\/icon38.png"
        },
        "default_title": "Shortweb"
    },
    "background": {
        "scripts": [
            ".\/src\/scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/src\/scripts\/content.js"
            ],
            "css": [
                ".\/src\/styles\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/www.getshortweb.com\/*",
        "activeTab"
    ]
}