My Quotes

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

ما هو My Quotes؟

My Quotes هو إضافة Chrome تم تطويرها بواسطة Winner Crespo، والميزة الرئيسية لها هي "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة My Quotes

قم بتنزيل ملفات الامتداد My Quotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}