Citable

Save citable quotes and notes from the web into Google spreadsheets.

什么是Citable?

Citable是由Owen Schoppe开发的Chrome扩展程序,该扩展的主要功能是“Save citable quotes and notes from the web into Google spreadsheets.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Citable扩展crx文件

下载Citable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Save citable quotes and notes in Google spreadsheets.

Sick of manually tracking sources when collecting quotes? For students, researchers, and other professionals who do secondary research, Citable simplifies collecting quotes, notes and other data points along with the additional reference information needed to make a web citation. 

Notes are saved in a spreadsheet in your Google Docs to enable collaboration with colleagues and rigorous analysis of the collected notes. To collaborate online, simply share the spreadsheet.

Collaborate using Post-its? Citable includes a printing template to simplify printing notes directly onto sticky notes for easy offline collaboration.

Citable is secure and suitable for work. All notes are securely transmitted only between the specified Google account and your computer. Citable maintains your privacy.

• Select some text before clicking Citable to quickly create a note.
• Citable automatically saves the page title, url, and date.
• Automatically saves the author of the current article on most news sites.
• Add tags to organize notes and accelerate analysis.
• Create new spreadsheets on the fly.
• Spreadsheets are stored in a Google Drive folder called Citable, but feel free to rename it.
• Collaborate simply by sharing documents and adding them to your Citable_Documents folder.
• Quickly open and view the selected spreadsheet.
• Print saved notes on sticky notes using Printable.
• Sort notes before printing.
• Export notes in popular formats including APA, MLA and Chicago. (beta)
• Export notes in bibtex format for Zotero or your favorite citation manager.
• Use shortcuts to save several notes quickly- while watching YouTube for instance.

Shortcuts:

command shift X
Open Citable.

tab
Navigate between controls.

alt return
Quickly save note from anywhere in Citable.

ctrl return
Compose several notes from the same URL.

----------------
Version 2.3.7
Streamlined permissions.

Version 2.3.6
Now works with Brave, Vivaldi and Edge browsers. No longer requires being signed into Chrome. Note, Citable still relies on Google Sheets, so you still need a Google account.

Version 2.3.5
Bug fixes.

Version 2.3.3
Improved autocomplete tagging. Big fixes.

Version 2.3.2
Bug fixes for printing notes and catching missing columns when saving note

Version 2.3
Lots of bug fixes. Now uses structured data. Export in several formats. Print any columns.

Version 2.1.3
Various bug fixes including a bug that prevents the docs from loading

Version 2.1
The folder name is now arbitrary. Rename it to what ever you want.

Version 2.0
This release updates Citable to take advantage of the latest Google APIs for enhanced performance, error handling, and security. Enjoy!                    

扩展基本信息

名称 Citable Citable
ID jfiabcklnnhkmkcdjjpmgghiimjkaeio
官方URL https://chromewebstore.google.com/detail/citable/jfiabcklnnhkmkcdjjpmgghiimjkaeio
简介 Save citable quotes and notes from the web into Google spreadsheets.
文件大小 1.41 MB
安装次数 24,939
当前版本 2.3.7
更新时间 2021-05-01
上架时间 2020-01-03
评分 4.04/5 共79次评分
开发者 Owen Schoppe
电子邮箱 [email protected]
付费类型 free
扩展官网 https://citable.owenschoppe.com
隐私政策页面URL https://citable.owenschoppe.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Citable",
    "short_name": "Citable",
    "description": "Save citable quotes and notes from the web into Google spreadsheets.",
    "version": "2.3.7",
    "minimum_chrome_version": "45",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAWST4CzoIlg0pwYOZ4tMGhZj8h+tAfyLmLrmAFNfdfGJz\/CJ3LbJlOse8NoLtL+chV+DuhGiStLepn6tzXYe+L8JUHov\/ztDeOArzUjmNeG2UpSX8kU8hcGhtnqvlWmto+0OgJytgVYMKnbo2zolI3s+UKfwP1S6D5T0KoyKWowIDAQAB",
    "oauth2": {
        "client_id": "1034066493115.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/spreadsheets.google.com\/feeds",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "offline_enabled": false,
    "background": {
        "page": "background.html",
        "script": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "browser_action": {
        "default_title": "Citable",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon76.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "web_accessible_resources": [],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "chromeos": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X"
            }
        }
    }
}