Email and read it later - InboxThis

Send any page to your email inbox to read it later.

Email and read it later - InboxThisคืออะไร?

Email and read it later - InboxThis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InboxThis.Site และคุณลักษณะหลักของมันคือ "Send any page to your email inbox to read it later."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email and read it later - InboxThis

ดาวน์โหลดไฟล์ส่วนขยาย Email and read it later - InboxThis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Welcome to InboxThis 👋, a FREE browser extension to send any webpage 📄 to your inbox ✉️ in 5 seconds!

Today, to save a web page or article to read later, we have to create bookmarks or use a new app (eg. Pocket) or manually email ourselves - it's painful 😰! With InboxThis, you can send any article/web page to your email inbox in just 1 click 👆, without switching windows 🖥️! Yep, in just 1 CLICK, you can send any article or page around the web to your email inbox. This is perfect to save a article you want to read later 🕦, or just to keep it in your inbox 🔖.

No signup or account creation needed - just install the extension and you're set ✅

InboxThis was made because I always save stuff I find on the web - especially articles to read later. In the past, I tried different ways to save them (browser bookmarks, web bookmarklet, online bookmarker, Pocket app, etc.). Just like the simplest solutions are often the best, I ended up just using emails - sending myself emails with the link I wanted to save. It's time-consuming though: copy the URL, open my email, compose a new one, paste it in the body, type my email address to be the recipient, click send, then go back to wherever I was, each time. 

So we created the InboxThis Chrome extension, to send any article/website to your inbox in just 1 click! It works like this:
1. When you're on a page/article you want to save, you click on our extension icon in Chrome.
2. Done - it's now in your email inbox!

It's a small product but something we wanted for ourselves so we ended up building it. Hopefully it's helpful to others.

PS: We don't store or sell your data (the URLs you save or your email - it's stored in your browser / LocalStorage)

It works great for web bookmarks or as a Chrome bookmarklet or bookmarker. Similar to Emailthis to read it later, email article, email this page, email URL to your email inbox. Send articles & web pages to your email inbox. An alternative to read-it-later or "read later apps like Pocket or Instapaper or even Readability but for your email inbox!                    

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

ชื่อ Email and read it later - InboxThis Email and read it later - InboxThis
ID epcfphnlbmjealfllacghmcipmdilgej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-and-read-it-later-i/epcfphnlbmjealfllacghmcipmdilgej
คำอธิบาย Send any page to your email inbox to read it later.
ขนาดไฟล์ 46.64 KB
จำนวนการติดตั้ง 1,141
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-05-09
วันที่เผยแพร่ 2021-10-30
คะแนน 3.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา InboxThis.Site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://inboxthis.site/
URL หน้าช่วยเหลือ https://inboxthis.site/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email and read it later - InboxThis",
    "description": "Send any page to your email inbox to read it later.",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "extension\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "options_page": "options.html"
}