Save to Pocket (mini)
Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.
Was ist Save to Pocket (mini)?
Save to Pocket (mini) ist eine Chrome-Erweiterung, die von evmar entwickelt wurde, und ihr Hauptmerkmal ist "Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.".
Erweiterungsscreenshots
Save to Pocket (mini)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save to Pocket (mini)-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
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
Grundlegende Informationen zur Erweiterung
Name | Save to Pocket (mini) |
ID | calnfcidhlhdmmmnicdpddbmmjmfohem |
Offizielle URL | https://chromewebstore.google.com/detail/save-to-pocket-mini/calnfcidhlhdmmmnicdpddbmmjmfohem |
Beschreibung | Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions. |
Dateigröße | 8.66 KB |
Installationsanzahl | 1,016 |
Aktuelle Version | 1 |
Letztes Update | 2014-08-08 |
Veröffentlichungsdatum | 2014-08-08 |
Bewertung | 4.69/5 Insgesamt 16 Bewertungen |
Entwickler | evmar |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/martine/pocket-mini |
Unterstützte Sprachen | 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 } |