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ファイルをダウンロード

Capitalize!t拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        ]
    }
}