ForgetMeNot

Window manager

ForgetMeNotคืออะไร?

ForgetMeNot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sonnet Software LLP และคุณลักษณะหลักของมันคือ "Window manager"

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

screenshot

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

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

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

                        You spend your days browsing the internet, making great finds and then you lose track of the websites. Never Fear! ForgetMeNot will be your Internet Research Assistant and keep them for you.

ForgetMeNot organises your finds into Collections, that you can share with others and between your devices. You can tag your Collections and Tabs to create a Folksonomy that will bookmark the key subjects that you are researching. The tags automatically populate ForgetMeNot’s SideBar menu and with one click you can find all the Windows and Tabs that are associated with a particular tag.

ForgetMeNot is also a Window and Tab manager. From one place, you can see all your open Windows and Tabs - you can open, close, duplicate, minimise Windows and close and move Tabs both within and between Windows. So, no matter how many Windows and Tabs you have open, you can manage them easily with ForgetMeNot.

There's an annual charge to use ForgetMeNot which is roughly equivalent to the cost of 2 cappuccinos. If you decide to use Cloud Storage, there's a small additional charge.                    

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

ชื่อ ForgetMeNot ForgetMeNot
ID aklamdkagjelgpkkjgokebhjmjdjokkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/forgetmenot/aklamdkagjelgpkkjgokebhjmjdjokkf
คำอธิบาย Window manager
ขนาดไฟล์ 451 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-06-16
วันที่เผยแพร่ 2021-06-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Sonnet Software LLP
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://sonnet-software.co.uk/forgetmenot.html
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ForgetMeNot",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Window manager",
    "browser_action": {
        "default_icon": "images\/forgetmenot-16_x_16.png"
    },
    "icons": {
        "16": "images\/forgetmenot-16_x_16.png",
        "32": "images\/forgetmenot-32_x_32.png",
        "48": "images\/forgetmenot-48_x_48.png",
        "128": "images\/forgetmenot-128_x_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com; object-src 'self'; frame-src 'self' https:\/\/js.stripe.com",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmG6JnE3fBv4XobbMaXgYO2W4FKw3rDxoOTqTK3CyzQWTM7p5JltMNUPbAWI4mkBdDekmvAyTiaOe+PFr1Y5C4wzcWA01BinQdJI7aZrXTfKWO9\/xSf2pshDBnXzKzZ7hUICEcZ8NhqOhSrNpoa83X3wCh3Yt9BWh\/wwSSAqWkJdM9Z\/5U3xfEB9lZu4eeM1VpWee4tq9gENmVkdU1jjJ3OUTH8PSPFuRmWIvaUVgcFTwKrZfRoj5Ko72ZgJH9ROG3f1UEsUZOd5K9Yw2jz\/LK60m+XJSfKVPNFKiKa4p2z9xpXqFjlidQqGrQuktVsGWJsU0RRy\/3yiKviHw3wJLeQIDAQAB"
}