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.".
Снимки экрана расширения
Скачать файл CRX расширения My Quotes
Скачайте файлы расширений My Quotes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } } |