Über simple bookmark count
Shows an icon with the bookmark count.
Что такое Über simple bookmark count?
Über simple bookmark count - это расширение Chrome, разработанное Eduardo Noeda, и его основная функция - "Shows an icon with the bookmark count.".
Снимки экрана расширения
Скачать файл CRX расширения Über simple bookmark count
Скачайте файлы расширений Über simple bookmark count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shows an icon with the bookmark count. Updates this counting when you click the icon. Version History v1.2 (17 Feb 2014) - Shows the bookmark count in the tooltip. - If there are more than 10,000 bookmarks, it show the count in the format 10k0 (but you can see the exact number in the tooltip). v1.0 (Jun 2012) - Initial version
Основная информация о расширении
Название | Über simple bookmark count |
ID | mogbbilahcoegijagmcmleheifpijffa |
Официальный URL | https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa |
Описание | Shows an icon with the bookmark count. |
Размер файла | 73.08 KB |
Количество установок | 3,022 |
Текущая Версия | 1.2 |
Последнее Обновление | 2014-02-17 |
Дата публикации | 2014-02-17 |
Рейтинг | 4.61/5 Всего 33 оценок |
Разработчик | Eduardo Noeda |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u00dcber simple bookmark count", "version": "1.2", "manifest_version": 2, "description": "Shows an icon with the bookmark count.", "browser_action": { "default_icon": "icon-128.png", "default_title": "Click to count your bookmarks" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "bmcount.js" ] }, "permissions": [ "bookmarks" ] } |