Glose Education Web Clipper

Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!

Glose Education Web Clipper क्या है?

Glose Education Web Clipper Glose द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!"।

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

screenshot
screenshot

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

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

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

                        What is it?
Glose Education Web Clipper is a tool that allows you to save, read, and share your articles and web pages on your Glose account.
You will then be able to read it with the full range of Glose features, such as choosing your font, annotating in the margins, or collaborating on text.

How does it work?
Once you have installed the extension, open it and log in with your Glose login details.
Then go to a web page that you have read, want to read, or want to share. Then click on "Upload this page". That's it! It is now available on your account, in your "imported articles" tab.                    

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

नाम Glose Education Web Clipper Glose Education Web Clipper
ID chfoecodlmjnheknfoojnheockohhhbd
आधिकारिक URL https://chromewebstore.google.com/detail/glose-education-web-clipp/chfoecodlmjnheknfoojnheockohhhbd
विवरण Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!
फ़ाइल का आकार 1.83 MB
स्थापना संख्या 1,279
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2020-12-09
प्रकाशन तिथि 2020-03-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Glose
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://glose.education
गोपनीयता नीति पृष्ठ URL https://glose.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glose Education Web Clipper",
    "version": "1.5.0",
    "author": "https:\/\/glose.education",
    "description": "Discover Glose Web Clipper, our new tool that allows you to add even more content to your Glose account!",
    "icons": {
        "16": "assets\/icons\/education\/16x16.png",
        "20": "assets\/icons\/education\/20x20.png",
        "32": "assets\/icons\/education\/32x32.png",
        "40": "assets\/icons\/education\/40x40.png",
        "48": "assets\/icons\/education\/48x48.png",
        "128": "assets\/icons\/education\/128x128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_popup": "default_popup.html",
        "default_icon": {
            "16": "assets\/icons\/education\/16x16.png",
            "20": "assets\/icons\/education\/20x20.png",
            "32": "assets\/icons\/education\/32x32.png",
            "40": "assets\/icons\/education\/40x40.png"
        }
    },
    "homepage_url": "https:\/\/glose.education",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_page": "options_page.html",
    "options_ui": {
        "page": "options_page.html"
    }
}