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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            }
        }
    }
}