Quotsy - A Quote Manager

Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!

Quotsy - A Quote Managerคืออะไร?

Quotsy - A Quote Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quotsy - A Quote Manager

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

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

                        Ever come across a really well written, interesting phrase in an article and emailed it to yourself/bookmarked the page/noted it down in your super secret diary for posterity? The one you saved so you could revisit it down the line and appreciate the authors eloquence all over again, and then NEVER saw again? 

Quotsy helps you hold on to and manage these literary gems. Just select a chunk of text, right click and click on 'Add to Quotsy' to add it to your collection. Quotsy also spices up your boring new-tab page on Chrome by replacing it with an elegant background adorned with a randomly picked quote from your collection.                    

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

ชื่อ Quotsy - A Quote Manager Quotsy - A Quote Manager
ID fmoijfhclgjamghkedfjaalkkpmoecne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quotsy-a-quote-manager/fmoijfhclgjamghkedfjaalkkpmoecne
คำอธิบาย Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!
ขนาดไฟล์ 607 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 0.0.12
อัปเดตครั้งล่าสุด 2014-05-17
วันที่เผยแพร่ 2014-05-17
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotsy - A Quote Manager",
    "version": "0.0.12",
    "manifest_version": 2,
    "description": "Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!",
    "permissions": [
        "contextMenus",
        "https:\/\/www.quotsy.net\/*"
    ],
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "16": "images\/contextQuotsy.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/quotePage.html"
    },
    "content_security_policy": "script-src 'self' http:\/\/127.0.0.1:8000 https:\/\/www.shopperspoll.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}