Capitalize!t

This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…

Capitalize!t란 무엇입니까?

Capitalize!t은(는) jfmonteil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Capitalize!t 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.

Initially intended for my students, in their Business Intelligence and Media Analysis program, this “software” (if I can call it so) can be used for anyone who wants to create / edit / annotate easily and share a bookmark database.

Why Capitalize!t when plenty of bookmarks management tool exist ?

> Capability to create your custom metadata
> All bookmarks and metadata saved in Google Spreadsheet enabling  Analysis with free tools on the web and Sharing with other students

New version 4 : lets you pick images from the page and highlighted text                    

확장 프로그램 기본 정보

이름 Capitalize!t Capitalize!t
ID elkppeldmfcophocjliimofkdlnmeghk
공식 URL https://chrome.google.com/webstore/detail/capitalizet/elkppeldmfcophocjliimofkdlnmeghk
설명 This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…
파일 크기 403 KB
설치 횟수 68
현재 버전 4.0
최근 업데이트 2015-02-01
출시 날짜 2015-02-01
평점 4.25/5 총 4 개의 평점
개발자 jfmonteil
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://docs.google.com/document/d/1wQRXbFqNmNw-f4yDcX_Gfm_CYGbPIksEmj6VoX4gA1M/pub
도움말 페이지 URL https://docs.google.com/document/d/1wQRXbFqNmNw-f4yDcX_Gfm_CYGbPIksEmj6VoX4gA1M/pub
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capitalize!t",
    "version": "4.0",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "browser_action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "selectionjfm.js",
                "jquery-1.11.1.min.js",
                "jquery-ui.min.js"
            ],
            "css": [
                "jquery-ui.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon-small.png",
        "48": "icon.png",
        "128": "icon-small.png"
    },
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/spreadsheets.google.com\/*",
        "tabs",
        "storage",
        ""
    ],
    "oauth2": {
        "client_id": "1072441605060-ru8qolp0e2apvebmd63h0u9821rgfbss.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/spreadsheets.google.com\/feeds"
        ]
    }
}