reCollect: TV Series, Anime, Manga, Books

Organise and keep track of all your collection of movie series, TV shows, anime, manga, comics and books from one single app.

reCollect: TV Series, Anime, Manga, Booksคืออะไร?

reCollect: TV Series, Anime, Manga, Books เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recollect-app.com และคุณลักษณะหลักของมันคือ "Organise and keep track of all your collection of movie series, TV shows, anime, manga, comics and books from one single app."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reCollect: TV Series, Anime, Manga, Books

ดาวน์โหลดไฟล์ส่วนขยาย reCollect: TV Series, Anime, Manga, Books ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        How many times has it occurred to you that you turn on a movie series or open a comic, but you can’t remember at which episode you were? Your suffering ends with reCollect!

If you were using reCollect before, you know the benefits it offers, but if not don't worry, this very simple app allows you to organise and keep track of all your collection of movie series, TV shows, anime, manga, comics and books.

And now you can use reCollect much more comfortably in your web browser with this extension for Google Chrome, without interfering with the websites you are visiting and making it easier to organize and update your collection of TV series, anime, manga, comics and books.

Your data is stored on the cloud and is always automatically synchronized between:

- Your computer and laptop: https://recollect-app.com/
- Google Chrome extension: https://chrome.google.com/webstore/detail/recollect-tv-series-anime/fnhkekcinhfmkgjefgplhcjldcacmkml
- Android App: https://play.google.com/store/apps/details?id=base.recollect
- iOS App: https://recollect-app.com/en/#ios

So you'll have your collection always up to date!

From our (https://www.facebook.com/recollectfanpage) and Twitter (https://twitter.com/apprecollect) we will post daily news and content about the TV series, anime, manga, comics and books of the moment. Join us and discover new material to your collection!

And if you have any comments, suggestions or questions do not hesitate to contact us. We'll be very happy to answer all of you!

Enjoy your collection of movie series, TV shows, anime, manga, comics and books with reCollect even more!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ reCollect: TV Series, Anime, Manga, Books reCollect: TV Series, Anime, Manga, Books
ID fnhkekcinhfmkgjefgplhcjldcacmkml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/recollect-tv-series-anime/fnhkekcinhfmkgjefgplhcjldcacmkml
คำอธิบาย Organise and keep track of all your collection of movie series, TV shows, anime, manga, comics and books from one single app.
ขนาดไฟล์ 58.09 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.69
อัปเดตครั้งล่าสุด 2021-07-12
วันที่เผยแพร่ 2020-06-19
คะแนน 4.34/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://recollect-app.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://recollect-app.com/
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Cristian Valls",
    "default_locale": "en",
    "version": "1.69",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "z.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "background-z.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}