BibItNow!

Instantly generates a Bibtex, RIS, Endnote, APA, MLA or (B)Arnold S. bibliography item from journal articles, books, etc. .

什麼是BibItNow!?

BibItNow!是由Langenscheiss開發的Chrome擴展程式,該擴展的主要功能是“Instantly generates a Bibtex, RIS, Endnote, APA, MLA or (B)Arnold S. bibliography item from journal articles, books, etc. .”。

擴展截圖

screenshot

下載BibItNow!擴展crx文件

下載BibItNow!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        BibItNow!  is a lightweight tool that focuses solely on extracting citation data from websites and formatting it into a bibliography item as quickly and as correctly as possible. Click the extension's tool bar icon or press the browser action shortcut keys when surfing on the abstract page of a journal article, a book, a thesis, or on any other web page, and the extension will try everything to extract all the data you want. In the format you like, with the encoding it needs! Decide whether you want to simply copy to clipboard, download a file or open it with the program of your choice!

Main Features

- Versatility: Generates bibliography items of journal articles, books, theses and generic web pages in the Bibtex, RIS, Endnote, APA, MLA, (B)Arnold S. or any user-defined format.

- Quick workflow: No more need to mess with the publisher's export button! One click or key stroke to extract the data and either show it in the popup (DEFAULT: ALT+C) , automatically copy it to clipboard (DEFAULT: Alt+W), or to download it as file (DEFAULT: ALT+Q). In the popup, a second click or key stroke lets you copy the data, open a redirection link or download/open the citation with your favorite library software. The extension furthermore comes with a set of options purely aimed at improving your workflow. For example, the plugin automatically generates a clickable and easily copyable DOI link if a DOI is found, or it can generate any other user defined link based on the available citation data. The plugin can also be configured to automatically highlight the citation text, enabling completely mouseless operation.

- Simplicity: The plugin only extracts, formats and exports bibliographic data, and its functions are only aimed at avoiding the most common nuisances in these three steps. No fancy library system included!

- Compatibility: An extensively tested set of fixed extraction and parsing rules combined with URL specific adjustments allows the plugin to work on abstract pages of many publishers, including Nature, Science, Elsevier, Springer and any publisher that cares to provide commonly formatted meta data. The extension furthermore works on journal article pages of the scientific databases PubMed and Scopus, and of the open access library arXiv. You can also cite books from various sources, such as Google books or the book section of Amazon!.

- Modifiability: Each citation format comes with a number of easily reachable and adjustable settings. Moreover, for the advanced user/contributor, the flexible data extraction and parsing system allows to easily add or improve the support for specific web pages. Add custom search queries via CSS selectors, and preprocess the extracted data. All in simple, URL-specific Javascript code.

- Optimized for Bibtex: Decide which bibliography field and how many authors to include, customize the bibkey, set whether to abbreviate the journal title and how to include URLs,. Special characters are automatically replaced by the corresponding Latex command, the format of names and initials is standardized, and math mode commands/formulas are preserved!


Credits/References

- XML formatted journal abbreviations are originally cited from the archive of the Woodward Library at the University Of British Columbia in Vancouver, Canada,
http://woodward.library.ubc.ca/research-help/journal-abbreviations/
from the JabRef list available here,
https://github.com/JabRef/abbrv.jabref.org/tree/master/journals
and from the list provided by "The Theta Foundation",
https://www.theta.ro/jot/res/serials_list/annser_A.html

- Publisher address information has been obtained and adapted from several sources.
1.) University of Leicester Publisher List:
https://www2.le.ac.uk/offices/english-association/yw/publishers
2.) Deutscher Bildungsserver:
https://www.bildungsserver.de/institutionen_de.html?Katego=11&Name=&Ort=&Land=0&Staat=0&Schlagwort=&suchen=finden
3.) Wiki publisher lists:
https://en.wikipedia.org/wiki/List_of_English-language_book_publishing_companies
https://de.wikipedia.org/wiki/Liste_deutschsprachiger_Verlage

- All latex commands for character replacements are cited from the XML Entity Definitions for Characters (3rd Edition) published by the W3C Math Working Group.
https://www.w3.org/2003/entities/2007doc/

- All non-numerical HTML entities are replaced using a lookup tabled cited from the Character Entity Reference Chart published by the W3C HTML Working Group.
https://dev.w3.org/html5/html-author/charref

-  A list of unicode identities of all letter characters in all languages
is cited from the XRegExp library source:
http://xregexp.com/

- The extension popup uses the CSS style reset kindly provided by Meyerweb.
http://meyerweb.com/eric/tools/css/reset/

- UTF16 (non-BMP) characters are read using a function kindly provided by the Mozilla Developer Network.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/charCodeAt                    

擴展基本資訊

名稱 BibItNow! BibItNow!
ID bmnfikjlonhkoojjfddnlbinkkapmldg
官方網址 https://chromewebstore.google.com/detail/bibitnow/bmnfikjlonhkoojjfddnlbinkkapmldg
簡介 Instantly generates a Bibtex, RIS, Endnote, APA, MLA or (B)Arnold S. bibliography item from journal articles, books, etc. .
檔案大小 915 KB
安裝次數 20,000
目前版本 0.908
更新時間 2022-04-17
上架時間 2020-06-22
評分 4.59/5 共 32 次評分
開發者 Langenscheiss
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Langenscheiss/bibitnow
說明頁面URL https://github.com/Langenscheiss/bibitnow
隱私政策頁面URL https://sites.google.com/view/jens-schulenborg/jens-schulenborg/bibitnow-privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BibItNow!",
    "version": "0.908",
    "description": "Instantly generates a Bibtex, RIS, Endnote, APA, MLA or (B)Arnold S. bibliography item from journal articles, books, etc. .",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Bib it now! (DEFAULT SHORTCUT: ALT+C)",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "description.html",
    "background": {
        "scripts": [
            "background\/background_url.js",
            "background\/background_resources.js",
            "background\/parser\/background_schema.js",
            "background\/parser\/background_parse_bib.js",
            "background\/background_interaction.js",
            "background\/background_load.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C",
                "linux": "Alt+C",
                "mac": "Alt+C",
                "windows": "Alt+C"
            }
        },
        "browser_action_autocopy": {
            "suggested_key": {
                "default": "Alt+W",
                "linux": "Alt+W",
                "mac": "Alt+W",
                "windows": "Alt+W"
            },
            "description": "Opens the BibItNow! popup and copies the citation text\/redirection link automatically to clipboard if auto copy option enabled."
        },
        "browser_action_autodownload": {
            "suggested_key": {
                "default": "Alt+Q",
                "linux": "Alt+Q",
                "mac": "Alt+Q",
                "windows": "Alt+Q"
            },
            "description": "Opens the BibItNow! popup and downloads the citation automatically."
        }
    },
    "omnibox": {
        "keyword": "doi"
    },
    "optional_permissions": [
        "clipboardWrite",
        "*:\/\/citation-needed.springer.com\/*"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}