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"
        ]
    }
}