Librarian 2.0

Extension opens GoodReads search page with result from selection text

Librarian 2.0 क्या है?

Librarian 2.0 Andrey Shuster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension opens GoodReads search page with result from selection text"।

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

screenshot
screenshot

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

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

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

                        Small context menu opens Goodreads or Flibusta search page with selected text                    

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

नाम Librarian 2.0 Librarian 2.0
ID dahcbnjeekkjcmkhehpiilalhimlfaha
आधिकारिक URL https://chrome.google.com/webstore/detail/librarian-20/dahcbnjeekkjcmkhehpiilalhimlfaha
विवरण Extension opens GoodReads search page with result from selection text
फ़ाइल का आकार 9.21 KB
स्थापना संख्या 103
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2018-04-16
प्रकाशन तिथि 2018-04-16
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Andrey Shuster
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/andreyshuster/librarian20
सहायता पृष्ठ URL https://github.com/andreyshuster/librarian20
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Librarian 2.0",
    "version": "0.2.0",
    "description": "Extension opens GoodReads search page with result from selection text",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.goodreads.com\/",
        "*:\/\/*.flibusta.is\/"
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}