Citable

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

Co je Citable?

Citable je rozšíření Chrome vyvinuté Owen Schoppe, a jeho hlavní funkcí je „Save citable quotes and notes from the web into Google spreadsheets.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Citable

Stáhněte si soubory rozšíření Citable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Citable Citable
ID jfiabcklnnhkmkcdjjpmgghiimjkaeio
Oficiální URL https://chromewebstore.google.com/detail/citable/jfiabcklnnhkmkcdjjpmgghiimjkaeio
Popis Save citable quotes and notes from the web into Google spreadsheets.
Velikost souboru 1.41 MB
Počet instalací 24,939
Aktuální Verze 2.3.7
Poslední Aktualizace 2021-05-01
Datum Vydání 2020-01-03
Hodnocení 4.04/5 Celkem 79 Hodnocení
Vývojář Owen Schoppe
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://citable.owenschoppe.com
URL Stránky Zásad Ochrany Soukromí https://citable.owenschoppe.com/privacy-policy
Podporované Jazyky 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"
            }
        }
    }
}