Save to Pocket (mini)

Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.

Qu'est-ce que Save to Pocket (mini) ?

Save to Pocket (mini) est une extension Chrome développée par evmar, et sa fonction principale est "Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save to Pocket (mini)

Téléchargez les fichiers d'extension Save to Pocket (mini) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        I think Pocket is great, but I don't like how their Chrome extension requires so many permissions.  (It even makes use of those permissions to e.g. modify the Hacker News page.  I appreciate this can be turned off via their settings but I'd prefer it didn't even have the capability.)

This extension is the minimal code to auth into Pocket and save URLs into it.

Read the source here:
https://github.com/martine/pocket-mini

For more features, use the official Pocket extension:
https://chrome.google.com/webstore/detail/save-to-pocket/niloccemoadcdkdjlinkgdfekeahmflj                    

Informations de Base sur l'Extension

Nom Save to Pocket (mini) Save to Pocket (mini)
ID calnfcidhlhdmmmnicdpddbmmjmfohem
URL Officiel https://chromewebstore.google.com/detail/save-to-pocket-mini/calnfcidhlhdmmmnicdpddbmmjmfohem
Description Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.
Taille du Fichier 8.66 KB
Nombre d'Installations 1,016
Version Actuelle 1
Dernière Mise à Jour 2014-08-08
Date de Publication 2014-08-08
Évaluation 4.69/5 Total 16 Évaluations
Développeur evmar
Type de Paiement free
Site Web de l'Extension https://github.com/martine/pocket-mini
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Pocket (mini)",
    "description": "Adds a toolbar button to save the current page to Pocket, without requiring the \"all data\" or \"all websites\" permissions.",
    "version": "1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Add to Pocket",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/getpocket.com\/"
    ],
    "web_accessible_resources": [
        "auth.html"
    ],
    "manifest_version": 2
}