Add to Pocket

Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket

Was ist Add to Pocket?

Add to Pocket ist eine Chrome-Erweiterung, die von Alex Fomin entwickelt wurde, und ihr Hauptmerkmal ist "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket".

Erweiterungsscreenshots

screenshot

Add to Pocket-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add to Pocket-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

                        This extension require an 
"Take from Pocket"
extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd)

1.0.3
* Fix icon rotating after click on context menu                    

Grundlegende Informationen zur Erweiterung

Name Add to Pocket Add to Pocket
ID olloendlpcoaancofdjbaabmgbhdgpad
Offizielle URL https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad
Beschreibung Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
Dateigröße 46.42 KB
Installationsanzahl 413
Aktuelle Version 1.0.3
Letztes Update 2018-01-29
Veröffentlichungsdatum 2018-01-29
Bewertung 3.29/5 Insgesamt 7 Bewertungen
Entwickler Alex Fomin
Zahlungsart free
Erweiterungswebsite https://github.com/alex-fomin/pocket-inpage
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Pocket",
    "version": "1.0.3",
    "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket",
    "background": {
        "scripts": [
            "libs\/require.js",
            "app.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/notAdded-19.png",
            "38": "images\/notAdded-38.png"
        },
        "default_title": "Add item to Pocket"
    },
    "permissions": [
        "tabs",
        "management",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webNavigation"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo-128.png",
        "48": "images\/logo-48.png"
    }
}