atoyomi - Read later
Save the web page temporarily for later reading.
Hvad er atoyomi - Read later?
atoyomi - Read later er en Chrome-udvidelse udviklet af kokushin, og dens hovedfunktion er "Save the web page temporarily for later reading.".
Udvidelsesskærmbilleder
Download atoyomi - Read later-udvidelses-CRX-fil
Download atoyomi - Read later-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 ;)
Grundlæggende oplysninger om udvidelsen
Navn | atoyomi - Read later |
ID | bijbpdfpldnfnponpjmnhmmhgildmgga |
Officiel URL | https://chromewebstore.google.com/detail/atoyomi-read-later/bijbpdfpldnfnponpjmnhmmhgildmgga |
Beskrivelse | Save the web page temporarily for later reading. |
Filstørrelse | 10.93 KB |
Antal Installationer | 523 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2017-12-11 |
Udgivelsesdato | 2017-12-10 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | kokushin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/kokushin/atoyomi |
Understøttede Sprog | 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" ] } |