Read Later
Simply store the page link to read later before you add it to your bookmarks.
Co to jest Read Later?
Read Later to rozszerzenie Chrome opracowane przez boogey1111, a jego główną funkcją jest „Simply store the page link to read later before you add it to your bookmarks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Read Later
Pobierz pliki rozszerzeń Read Later 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
Podstawowe informacje o rozszerzeniu
Nazwa | Read Later |
ID | bimpamoeajffdkaienapechogkkghbip |
Oficjalny URL | https://chromewebstore.google.com/detail/read-later/bimpamoeajffdkaienapechogkkghbip |
Opis | Simply store the page link to read later before you add it to your bookmarks. |
Rozmiar pliku | 99.74 KB |
Liczba instalacji | 124 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2017-06-21 |
Data Publikacji | 2017-06-21 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | boogey1111 |
Typ Płatności | free |
Obsługiwane Języki | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "default_locale": "en", "version": "1.1.0", "icons": { "16": "link_16.png", "48": "link_48.png", "128": "link_128.png" }, "browser_action": { "default_title": "__MSG_extension_name__", "default_icon": "link_16.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com\/ https:\/\/www.google-analytics.com\/; object-src 'self'" } |