Clips

Manage your Pocket list with Google Chrome.

Was ist Clips?

Clips ist eine Chrome-Erweiterung, die von http://mvilla.it entwickelt wurde, und ihr Hauptmerkmal ist "Manage your Pocket list with Google Chrome.".

Erweiterungsscreenshots

screenshot
screenshot

Clips-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clips-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Clips Clips
ID oajkbeamepngilnlnbdpjgponnghhbki
Offizielle URL https://chrome.google.com/webstore/detail/clips/oajkbeamepngilnlnbdpjgponnghhbki
Beschreibung Manage your Pocket list with Google Chrome.
Dateigröße 93.95 KB
Installationsanzahl 60
Aktuelle Version 0.2
Letztes Update 2013-03-21
Veröffentlichungsdatum 2013-03-21
Bewertung 3.25/5 Insgesamt 8 Bewertungen
Entwickler http://mvilla.it
Zahlungsart free
Erweiterungswebsite http://www.mvilla.it
Unterstützte Sprachen 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"
        ]
    }
}