Read with Instapaper
Instantly view any compatible web page in Instapaper's text view.
Co to jest Read with Instapaper?
Read with Instapaper to rozszerzenie Chrome opracowane przez Philipp Comans, a jego główną funkcją jest „Instantly view any compatible web page in Instapaper's text view.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Read with Instapaper
Pobierz pliki rozszerzeń Read with Instapaper 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
Version 0.4:
Updated manifest to version 3.
Version 0.3:
New retina icon. I hope you like it.
Version 0.2:
Clicking the icon will do nothing if already displaying a site in Instapaper's text view.
Changed manifest to version 2. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | loakjddodapechhbbfllclddgeccbmkl |
| Oficjalny URL | https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl |
| Opis | Instantly view any compatible web page in Instapaper's text view. |
| Rozmiar pliku | 16.12 KB |
| Liczba instalacji | 492 |
| Aktualna Wersja | 0.4 |
| Ostatnia Aktualizacja | 2022-09-06 |
| Data Publikacji | 2015-08-26 |
| Ocena | 4.67/5 Łącznie 6 Oceny |
| Deweloper | Philipp Comans |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/pcomans/ReadWithInstapaper |
| Adres URL Strony Pomocy | https://github.com/pcomans/ReadWithInstapaper/issues |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Read with Instapaper",
"description": "Instantly view any compatible web page in Instapaper's text view.",
"version": "0.4",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png"
},
"default_title": "Instapaper Text"
},
"homepage_url": "https:\/\/github.com\/pcomans\/ReadWithInstapaper",
"icons": {
"128": "icon-128.png"
},
"permissions": [
"tabs"
],
"manifest_version": 3
} | |