My Quotes

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

My Quotes क्या है?

My Quotes Winner Crespo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में My Quotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}