Add to Pocket
Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
Wat is Add to Pocket?
Add to Pocket is een Chrome-extensie ontwikkeld door Alex Fomin, en de belangrijkste functie is "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket".
Extensie Screenshots
Download het CRX-bestand van de extensie Add to Pocket
Download Add to Pocket-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | olloendlpcoaancofdjbaabmgbhdgpad |
| Officiële URL | https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad |
| Beschrijving | Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket |
| Bestandsgrootte | 46.42 KB |
| Aantal Installaties | 413 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2018-01-29 |
| Publicatiedatum | 2018-01-29 |
| Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Alex Fomin |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/alex-fomin/pocket-inpage |
| Ondersteunde Talen | 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"
}
} | |