My Quotes

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

Was ist My Quotes?

My Quotes ist eine Chrome-Erweiterung, die von Winner Crespo entwickelt wurde, und ihr Hauptmerkmal ist "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

My Quotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Quotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name My Quotes My Quotes
ID kbjmlecjegongpngagkepdgklajjkapp
Offizielle URL https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp
Beschreibung Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
Dateigröße 118 KB
Installationsanzahl 93
Aktuelle Version 1.1
Letztes Update 2014-08-25
Veröffentlichungsdatum 2014-08-24
Bewertung 4.17/5 Insgesamt 6 Bewertungen
Entwickler Winner Crespo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://atlas.com.do/blog/?p=113
Hilfeseite URL http://atlas.com.do/blog/?p=113
Unterstützte Sprachen 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"
    }
}