My Quotes

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

Hvad er My Quotes?

My Quotes er en Chrome-udvidelse udviklet af Winner Crespo, og dens hovedfunktion er "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download My Quotes-udvidelses-CRX-fil

Download My Quotes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn My Quotes My Quotes
ID kbjmlecjegongpngagkepdgklajjkapp
Officiel URL https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp
Beskrivelse Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
Filstørrelse 118 KB
Antal Installationer 93
Nuværende Version 1.1
Senest Opdateret 2014-08-25
Udgivelsesdato 2014-08-24
Bedømmelse 4.17/5 Samlet 6 Bedømmelser
Udvikler Winner Crespo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://atlas.com.do/blog/?p=113
Hjælpeside-URL http://atlas.com.do/blog/?p=113
Understøttede Sprog 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"
    }
}