Add to Pocket
Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
Co to jest Add to Pocket?
Add to Pocket to rozszerzenie Chrome opracowane przez Alex Fomin, a jego główną funkcją jest „Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add to Pocket
Pobierz pliki rozszerzeń Add to Pocket w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Add to Pocket |
ID | olloendlpcoaancofdjbaabmgbhdgpad |
Oficjalny URL | https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad |
Opis | Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket |
Rozmiar pliku | 46.42 KB |
Liczba instalacji | 413 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2018-01-29 |
Data Publikacji | 2018-01-29 |
Ocena | 3.29/5 Łącznie 7 Oceny |
Deweloper | Alex Fomin |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/alex-fomin/pocket-inpage |
Obsługiwane Języki | 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" } } |