Clips

Manage your Pocket list with Google Chrome.

Clipsとは何ですか?

Clipsはhttp://mvilla.itによって開発されたChromeの拡張機能で、その主な機能は「Manage your Pocket list with Google Chrome.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Clips拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Clips lets you easily and quickly manage items from your Pocket account.

* View all your unread, archived or favorites links in a clutter-free list
* Preview your saved images directly from Clips popup 
* Archive, favorite, re-add or delete a link with a single click
* Quickly filter your links with a few strokes of the keyboard

This extensions is under active development. More features are coming soon.                    

拡張機能の基本情報

名前 Clips Clips
ID oajkbeamepngilnlnbdpjgponnghhbki
公式URL https://chrome.google.com/webstore/detail/clips/oajkbeamepngilnlnbdpjgponnghhbki
説明 Manage your Pocket list with Google Chrome.
ファイルサイズ 93.95 KB
インストール数 60
現在のバージョン 0.2
最終更新日 2013-03-21
公開日 2013-03-21
評価 3.25/5 合計 8 レビュー
開発者 http://mvilla.it
支払い方法 free
拡張機能のウェブサイト http://www.mvilla.it
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clips",
    "description": "Manage your Pocket list with Google Chrome.",
    "version": "0.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/popup_icon19.png",
            "38": "img\/popup_icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/getpocket.com\/"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/getpocket.com\/*\/pocketChrome"
            ],
            "js": [
                "js\/redirect.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.9.0.min.js",
            "js\/background.js"
        ]
    }
}