Add direct article links to MathSciNet

Add direct article links to MathSciNet

Add direct article links to MathSciNet क्या है?

Add direct article links to MathSciNet Scott Morrison द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add direct article links to MathSciNet"।

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

screenshot
screenshot

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

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

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

                        Rewrites 'article' links on MathSciNet pages to link directly to the PDF, if possible, rather than the publisher's web page.

There are also settings allowing you to:
* Display a copy of the PDF inline at the bottom of the MathSciNet page.
* Automatically download a copy of the PDF (optionally zip'd, to get around browser prompts).
* Save a copy of the PDF inside browser storage.
* Save a copy of the PDF to your Dropbox account.

If you save a copy to browser storage or your Dropbox account, later page loads will reuse this copy.

Finally, it is possible to configure the extension to perform these download or save actions on search result pages too.                    

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

नाम Add direct article links to MathSciNet Add direct article links to MathSciNet
ID bhggbdchlcocdmfpngcoieegmkemdfjk
आधिकारिक URL https://chromewebstore.google.com/detail/add-direct-article-links/bhggbdchlcocdmfpngcoieegmkemdfjk
विवरण Add direct article links to MathSciNet
फ़ाइल का आकार 77.52 KB
स्थापना संख्या 10
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2013-04-23
प्रकाशन तिथि 2013-04-23
डेवलपर Scott Morrison
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "page_action": {
        "default_icon": "library.png",
        "default_popup": "Settings.html",
        "default_title": "MathScinet article links"
    },
    "web_accessible_resources": [
        "download.svg",
        "PDFViewer.html",
        "lib\/dropbox-0.9.2.min.js",
        "oauth\/chrome_oauth_receiver.coffee "
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Add direct article links to MathSciNet",
    "background": {
        "page": "background.html"
    },
    "name": "Add direct article links to MathSciNet",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "options_page": "Settings.html",
    "icons": {
        "128": "library.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ams.org\/mathscinet*",
                "http:\/\/ams.rice.edu\/mathscinet*",
                "http:\/\/ams.impa.br\/mathscinet*",
                "http:\/\/ams.math.uni-bielefeld.de\/mathscinet*",
                "http:\/\/ams.mpim-bonn.mpg.de\/mathscinet*",
                "http:\/\/ams.u-strasbg.fr\/mathscinet*",
                "http:\/\/www.ams.org.proxy.library.emory.edu\/mathscinet*",
                "http:\/\/www.ams.org.libproxy.mit.edu\/mathscinet*",
                "http:\/\/www.ams.org.virtual.anu.edu.au\/mathscinet*"
            ],
            "js": [
                "lib\/jquery-1.9.1.min.js",
                "lib\/FileSaver.min.js",
                "FileSystem.js",
                "Load.js",
                "lib\/JSZip.js",
                "direct-article-link.user.js"
            ]
        },
        {
            "matches": [
                "http:\/\/projecteuclid.org\/DPubS?*&page=record"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery-1.9.1.min.js",
                "Load.js",
                "euclid.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.1.5"
}