My Quotes

Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.

My Quotesคืออะไร?

My Quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Winner Crespo และคุณลักษณะหลักของมันคือ "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page."

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

screenshot
screenshot
screenshot

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

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

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

                        With this extension you will be able to save your favorite quotes while surfing on the internet (just with a right click), see the list of your saved quotes clicking the extension icon, delete quotes from the option page, see a random quote (from your saved list) when you open a new tab, get a notification when a quote has been saved and see a badge on the extension’s icon with the amount of quotes saved.

The extension could have more features like: a textbox to add your own quotes, delete all quotes, add the author of the quote and others, you can collaborate with this extension here.                    

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

ชื่อ My Quotes My Quotes
ID kbjmlecjegongpngagkepdgklajjkapp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp
คำอธิบาย Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-08-25
วันที่เผยแพร่ 2014-08-24
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Winner Crespo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://atlas.com.do/blog/?p=113
URL หน้าช่วยเหลือ http://atlas.com.do/blog/?p=113
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Quotes",
    "description": "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.",
    "version": "1.1",
    "author": "Winner Crespo",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}