atoyomi - Read later

Save the web page temporarily for later reading.

O que é atoyomi - Read later?

atoyomi - Read later é uma extensão do Chrome desenvolvida por kokushin, e sua principal característica é "Save the web page temporarily for later reading.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão atoyomi - Read later

Baixe arquivos de extensão atoyomi - Read later no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 ;)                    

Informações Básicas da Extensão

Nome atoyomi - Read later atoyomi - Read later
ID bijbpdfpldnfnponpjmnhmmhgildmgga
URL Oficial https://chromewebstore.google.com/detail/atoyomi-read-later/bijbpdfpldnfnponpjmnhmmhgildmgga
Descrição Save the web page temporarily for later reading.
Tamanho do Arquivo 10.93 KB
Contagem de Instalações 523
Versão Atual 1.2.1
Última Atualização 2017-12-11
Data de Publicação 2017-12-10
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor kokushin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/kokushin/atoyomi
Idiomas Suportados 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"
    ]
}