Talis Aspire Reading Lists Bookmarking

Talis Aspire Reading Lists Bookmarking

Talis Aspire Reading Lists Bookmarking क्या है?

Talis Aspire Reading Lists Bookmarking extension.chrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Talis Aspire Reading Lists Bookmarking"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Using the Talis Aspire Bookmarking Browser Extension is the quickest and easiest way to collate resources for your reading list.

Once it is installed in your browser, just search for a resource in your library catalogue, journal site, YouTube... remember anything available on the web can be a resource and then click the extension icon (at the top right of your browser) to bookmark the resource and add it to your list.                    

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

नाम Talis Aspire Reading Lists Bookmarking Talis Aspire Reading Lists Bookmarking
ID mmkenhijminadaklkpdhofkjfhglnokp
आधिकारिक URL https://chromewebstore.google.com/detail/talis-aspire-reading-list/mmkenhijminadaklkpdhofkjfhglnokp
विवरण Talis Aspire Reading Lists Bookmarking
फ़ाइल का आकार 122 KB
स्थापना संख्या 37,426
वर्तमान संस्करण 0.3.11
अंतिम अपडेट 2023-02-14
प्रकाशन तिथि 2019-10-07
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर extension.chrome
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://talis.com/reading-lists/
सहायता पृष्ठ URL https://support.talis.com/hc/en-us
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Talis Education Limited",
    "description": "__MSG_description__",
    "version": "0.3.11",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "176": "images\/icon176.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/talis-public.talis.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "16": "images\/icon16.png",
            "20": "images\/icon20.png",
            "24": "images\/icon24.png",
            "25": "images\/icon25.png",
            "30": "images\/icon30.png",
            "32": "images\/icon32.png",
            "40": "images\/icon40.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rl.talis.com\/*",
                "https:\/\/rl.ca.talis.com\/*",
                "https:\/\/life.rl.talis.local\/*",
                "https:\/\/*.rl.talis.com\/*"
            ],
            "css": [
                "css\/banner.css"
            ]
        }
    ],
    "default_locale": "en",
    "manifest_version": 2
}