My Quotes

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

Qu'est-ce que My Quotes ?

My Quotes est une extension Chrome développée par Winner Crespo, et sa fonction principale est "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension My Quotes

Téléchargez les fichiers d'extension My Quotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom My Quotes My Quotes
ID kbjmlecjegongpngagkepdgklajjkapp
URL Officiel https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp
Description Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
Taille du Fichier 118 KB
Nombre d'Installations 93
Version Actuelle 1.1
Dernière Mise à Jour 2014-08-25
Date de Publication 2014-08-24
Évaluation 4.17/5 Total 6 Évaluations
Développeur Winner Crespo
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://atlas.com.do/blog/?p=113
URL de la Page d'Aide http://atlas.com.do/blog/?p=113
Langues Prises en Charge 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"
    }
}