Read Later Tab
Read Later Tab helps to make progress with your read later bookmarks
什麼是Read Later Tab?
Read Later Tab是由https://extension.ninja開發的Chrome擴展程式,該擴展的主要功能是“Read Later Tab helps to make progress with your read later bookmarks”。
擴展截圖
下載Read Later Tab擴展crx文件
下載Read Later Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you have a habit of saving bookmarks for later reading but never get around to them? Do you wish you could organize your bookmarks better and access them faster? If so, Read Later Tab is the perfect extension for you. Read Later Tab is a new tab extension that helps you take control of your bookmarks. It automatically displays your “read later” folder on every new tab, so you can easily see what you have saved and open them with one click. You can also quickly delete your bookmarks from the same page. With Read Later Tab, you will never lose track of your bookmarks again. You will be able to read more articles, learn new things, and enjoy your online browsing experience. Try it today and see the difference! Features: - Select a bookmark folder to show quick access links like email, community sites etc. - Select a bookmark folder where you keep the "Read Later" links and get reminded about it every time you open a new tab - Randomly open "Read Later" website if you don't know where to start
擴展基本資訊
名稱 | Read Later Tab |
ID | jmnkpjfhpgcaiphnkapgcefipkcceamp |
官方網址 | https://chromewebstore.google.com/detail/read-later-tab/jmnkpjfhpgcaiphnkapgcefipkcceamp |
簡介 | Read Later Tab helps to make progress with your read later bookmarks |
檔案大小 | 74.69 KB |
安裝次數 | 118 |
目前版本 | 1.0.13 |
更新時間 | 2023-03-02 |
上架時間 | 2020-01-16 |
評分 | 4.80/5 共 5 次評分 |
開發者 | https://extension.ninja |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.agilesaturday.com/extension-privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Read Later Tab", "short_name": "ReadLaterTab", "description": "Read Later Tab helps to make progress with your read later bookmarks", "version": "1.0.13", "icons": { "19": "icons\/icon19.png", "128": "icons\/icon128.png" }, "permissions": [ "bookmarks", "favicon" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |