Watchpocket

This extension allows you to connect to your Pocket account, bookmark and view a list of all your bookmarks.

Wat is Watchpocket?

Watchpocket is een Chrome-extensie ontwikkeld door einartryggvi, en de belangrijkste functie is "This extension allows you to connect to your Pocket account, bookmark and view a list of all your bookmarks.".

Download het CRX-bestand van de extensie Watchpocket

Download Watchpocket-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Watchpocket Watchpocket
ID jdhebcjihigmkcocnjgfhjkkommeadmh
Officiële URL https://chrome.google.com/webstore/detail/watchpocket/jdhebcjihigmkcocnjgfhjkkommeadmh
Beschrijving This extension allows you to connect to your Pocket account, bookmark and view a list of all your bookmarks.
Bestandsgrootte 173 KB
Aantal Installaties 95
Huidige Versie 0.9.1
Laatst Bijgewerkt 2014-07-02
Publicatiedatum 2014-07-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar einartryggvi
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watchpocket",
    "description": "This extension allows you to connect to your Pocket account, bookmark and view a list of all your bookmarks.",
    "version": "0.9.1",
    "icons": {
        "128": "img\/appIcon.png"
    },
    "background": {
        "scripts": [
            "js\/vendor\/jquery.min.js",
            "js\/main.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/getpocket.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "bookmarksList.html",
        "default_title": "View bookmarks"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "notification.html",
        "auth.html"
    ]
}