atoyomi - Read later

Save the web page temporarily for later reading.

Co to jest atoyomi - Read later?

atoyomi - Read later to rozszerzenie Chrome opracowane przez kokushin, a jego główną funkcją jest „Save the web page temporarily for later reading.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia atoyomi - Read later

Pobierz pliki rozszerzeń atoyomi - 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

                        Features:

- Save the title and URL of the currently open page
- Automatically delete data when accessing the saved page again
- User registration is unnecessary and can be used immediately
- With a button that can be shared on Twitter

Usage:

After adding the extended function, click on the "atoyomi" icon to open the popup.
By pressing the "Read Later" button, the currently open page will be saved to the bottom list.

By clicking the page title added to the list, you can easily move to that page and you can restart browsing.

If you press "tweet" button, you can share "Read this page later" to the follower.

Enjoy ;)                    

Podstawowe informacje o rozszerzeniu

Nazwa atoyomi - Read later atoyomi - Read later
ID bijbpdfpldnfnponpjmnhmmhgildmgga
Oficjalny URL https://chromewebstore.google.com/detail/atoyomi-read-later/bijbpdfpldnfnponpjmnhmmhgildmgga
Opis Save the web page temporarily for later reading.
Rozmiar pliku 10.93 KB
Liczba instalacji 523
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2017-12-11
Data Publikacji 2017-12-10
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper kokushin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/kokushin/atoyomi
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "ja",
    "name": "__MSG_extName__",
    "version": "1.2.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}