Citable

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

O que é Citable?

Citable é uma extensão do Chrome desenvolvida por Owen Schoppe, e sua principal característica é "Save citable quotes and notes from the web into Google spreadsheets.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Citable

Baixe arquivos de extensão Citable no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Citable Citable
ID jfiabcklnnhkmkcdjjpmgghiimjkaeio
URL Oficial https://chromewebstore.google.com/detail/citable/jfiabcklnnhkmkcdjjpmgghiimjkaeio
Descrição Save citable quotes and notes from the web into Google spreadsheets.
Tamanho do Arquivo 1.41 MB
Contagem de Instalações 24,939
Versão Atual 2.3.7
Última Atualização 2021-05-01
Data de Publicação 2020-01-03
Classificação 4.04/5 Total de 79 Avaliações
Desenvolvedor Owen Schoppe
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://citable.owenschoppe.com
URL da Página de Política de Privacidade https://citable.owenschoppe.com/privacy-policy
Idiomas Suportados 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"
            }
        }
    }
}