Any BibTeX

Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.

什麼是Any BibTeX?

Any BibTeX是由https://lilikovych.name開發的Chrome擴展程式,該擴展的主要功能是“Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.”。

擴展截圖

screenshot

下載Any BibTeX擴展crx文件

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

擴展使用說明

                        Copies BibTeX reference on book from Google's bookstore. Also works for any another website. Code will be copied to clipboard automatically.

Key features:
* Includes "urldate" field with custom format;
* Google Books native support;
* IEEEXplore native support;
* Creates "@online" item for any another website.

More bookstores will be added soon.                    

擴展基本資訊

名稱 Any BibTeX Any BibTeX
ID pcneplpbjokfakcgcihplkaomiolelim
官方網址 https://chromewebstore.google.com/detail/any-bibtex/pcneplpbjokfakcgcihplkaomiolelim
簡介 Copies to clipboard BibTeX reference to book from Google's bookstore. Also works for any another website.
檔案大小 36.28 KB
安裝次數 191
目前版本 1.1.2
更新時間 2015-10-29
上架時間 2015-10-29
評分 3.00/5 共 1 次評分
開發者 https://lilikovych.name
電子郵箱 [email protected]
付費類型 free
支援的語言 de,en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.2",
    "author": "Sergiy Lilikovych",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "30": "images\/icon30.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}