Myosotis

Serves as a reminder for links you want to read later

Myosotisคืออะไร?

Myosotis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LateTide และคุณลักษณะหลักของมันคือ "Serves as a reminder for links you want to read later"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Myosotis

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

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

                        This extension places an indicator icon on the extension bar that shows the number of bookmarks in the Read Later folder under the Bookmarks Bar or Other Bookmarks folder. The goal is to act a reminder for you, so that you don't forget to check the links you add to this directory. On clicking the icon you get a popup window with a simple list from which you can open, delete or otherwise manage your bookmarks.

Combined with the automatic synchronization provided by Chrome, this is a powerful tool to keep track of articles/news you want to read later. Just add them from your mobile, and it appears almost instantly on your laptop/computer.

Changes:
1.1.3:
- Larger font for the links
- Bigger, more visible action buttons

1.1.2:
- Further visual improvements
- More logical placing for the manage button

1.1.1:
- Further visual improvements

1.1.0:
- Actions added to manage and delete bookmarks

1.0.9:
- Updated visuals
- Fixed Disable/Enable behaviour

1.0.8:
- Updated visuals

1.0.7:
- Synchronized storage for the folder name and location
- Options to change folder name and location

1.0.6:
- Fixed empty popup
- Changed style for popup window

1.0.4: 
- Popup page shows the current links

1.0.3: 
- The extension creates the Read Later folder if missing
- Context menus to add the page/link to read later
- Refresh button on the options page to re-initialize the extension                    

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

ชื่อ Myosotis Myosotis
ID lplnfbfgcgggggklognnaldgfbbfpppc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myosotis/lplnfbfgcgggggklognnaldgfbbfpppc
คำอธิบาย Serves as a reminder for links you want to read later
ขนาดไฟล์ 33.54 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2016-02-15
วันที่เผยแพร่ 2016-02-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา LateTide
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Myosotis",
    "version": "1.1.3",
    "manifest_version": 2,
    "author": "LateTide",
    "description": "Serves as a reminder for links you want to read later",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "forgetMeNot.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Forget-Me-Not",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks",
        "contextMenus",
        "storage",
        "tabs"
    ]
}