My Quotes

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

My Quotes là gì?

My Quotes là một tiện ích mở rộng Chrome được phát triển bởi Winner Crespo, và tính năng chính của nó là "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Quotes

Tải xuống các tệp mở rộng My Quotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My Quotes My Quotes
ID kbjmlecjegongpngagkepdgklajjkapp
URL Chính Thức https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp
Mô tả Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-08-25
Ngày Phát Hành 2014-08-24
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Winner Crespo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://atlas.com.do/blog/?p=113
URL Trang Trợ Giúp http://atlas.com.do/blog/?p=113
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}