Publication Finder

Annotates web pages of digital libraries with direct links to online research publications.

Publication Finder là gì?

Publication Finder là một tiện ích mở rộng Chrome được phát triển bởi Mircea Bardac, và tính năng chính của nó là "Annotates web pages of digital libraries with direct links to online research publications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Publication Finder

Tải xuống các tệp mở rộng Publication Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Publication Finder is a Chrome extension that annotates digital library web pages with direct links to research publications. It is a great tool for finding research articles online while browsing digital libraries.

If a publication in a digital library can be found using Google Scholar, the web page of the publication is annotated with the following information:
* a direct download link to the PDF if the publication can be downloaded from another source;
* a drop-down with a selection of Google Scholar search results matching exactly the publication title;
* a link to Google Scholar search results.

WARNING: The extension can stop working at any time, depending on the changes in the page structure of the digital library web pages or in Google Scholar.

Currently, the following digital libraries are supported:
* ACM Digital Library: http://dl.acm.org/
* IEEE Xplore Digital Library: http://ieeexplore.ieee.org/
* SpringerLink Digital Library: http://www.springerlink.com/

More digital libraries can be easily added.


Credits: Icon is part of "Crystal Clear" icon set, created by Everaldo Coelho, http://www.everaldo.com/.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Publication Finder Publication Finder
ID iienchkdmppdllednejnhcplngcholce
URL Chính Thức https://chrome.google.com/webstore/detail/publication-finder/iienchkdmppdllednejnhcplngcholce
Mô tả Annotates web pages of digital libraries with direct links to online research publications.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2012-07-21
Ngày Phát Hành 2012-07-21
Đánh Giá 4.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Mircea Bardac
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dl.acm.org\/citation.cfm?*",
                "http:\/\/ieeexplore.ieee.org\/search\/freesrchabstract.jsp*",
                "http:\/\/ieeexplore.ieee.org\/search\/freesearchresult.jsp*",
                "http:\/\/ieeexplore.ieee.org\/search\/srchabstract.jsp*",
                "http:\/\/ieeexplore.ieee.org\/xpl\/freeabs_all.jsp*",
                "http:\/\/ieeexplore.ieee.org\/xpl\/articleDetails.jsp*",
                "http:\/\/ieeexplore.ieee.org\/xpls\/abs_all.jsp*",
                "http:\/\/www.springerlink.com\/content\/*",
                "http:\/\/www.springerlink.com\/index\/*.pdf"
            ],
            "css": [
                "css\/cupertino\/jquery-ui-1.8.16.custom.css"
            ],
            "js": [
                "js\/jquery-1.7.min.js",
                "js\/jquery-ui-1.8.16.custom.min.js",
                "contentscript.js"
            ]
        }
    ],
    "name": "Publication Finder",
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "css\/cupertino\/images\/ui-bg_diagonals-thick_90_eeeeee_40x40.png",
        "css\/cupertino\/images\/ui-bg_flat_15_cd0a0a_40x100.png",
        "css\/cupertino\/images\/ui-bg_glass_100_e4f1fb_1x400.png",
        "css\/cupertino\/images\/ui-bg_glass_50_3baae3_1x400.png",
        "css\/cupertino\/images\/ui-bg_glass_80_d7ebf9_1x400.png",
        "css\/cupertino\/images\/ui-bg_highlight-hard_100_f2f5f7_1x100.png",
        "css\/cupertino\/images\/ui-bg_highlight-hard_70_000000_1x100.png",
        "css\/cupertino\/images\/ui-bg_highlight-soft_100_deedf7_1x100.png",
        "css\/cupertino\/images\/ui-bg_highlight-soft_25_ffef8f_1x100.png",
        "css\/cupertino\/images\/ui-icons_2694e8_256x240.png",
        "css\/cupertino\/images\/ui-icons_2e83ff_256x240.png",
        "css\/cupertino\/images\/ui-icons_3d80b3_256x240.png",
        "css\/cupertino\/images\/ui-icons_72a7cf_256x240.png",
        "css\/cupertino\/images\/ui-icons_ffffff_256x240.png",
        "css\/cupertino\/jquery-ui-1.8.16.custom.css"
    ],
    "description": "Annotates web pages of digital libraries with direct links to online research publications.",
    "version": "1.3",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/scholar.google.com\/scholar?*"
    ]
}