Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Что такое Coder Rants?
Coder Rants - это расширение Chrome, разработанное N00B, и его основная функция - "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
Снимки экрана расширения
Скачать файл CRX расширения Coder Rants
Скачайте файлы расширений Coder Rants в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Coder Rant is an extension which helps you to get new rants whenever you open your newtab. Now don't get bored with the clumsy new tab anymore.Coder Rant is here to save you.
Основная информация о расширении
Название | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
Официальный URL | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
Описание | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
Размер файла | 878 KB |
Количество установок | 17 |
Текущая Версия | 2.1 |
Последнее Обновление | 2018-09-10 |
Дата публикации | 2018-09-10 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | N00B |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://soumyajitdutta.ml/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coder Rants", "description": "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab", "version": "2.1", "icons": { "16": "images\/code_80-512.png", "48": "images\/code_80-512.png", "128": "images\/code_80-512.png" }, "browser_action": { "default_icon": "images\/code_80-512.png", "default_popup": "landing.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "https:\/\/*\/devrant*", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |