Autocitr
An automated Harvard Reference generator for Google Chrome tabs.
Что такое Autocitr?
Autocitr - это расширение Chrome, разработанное Sophie Kent, и его основная функция - "An automated Harvard Reference generator for Google Chrome tabs.".
Снимки экрана расширения
Скачать файл CRX расширения Autocitr
Скачайте файлы расширений Autocitr в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Autocitr is a user friendly way of referencing the tab you are viewing. It automatically grabs all the information you needs an formats it into a Harvard Reference. You can then choose to copy and paste the single reference or add it to your collection for this browser session. Once you have finished collecting references you simply click the collect button in the pop up window and copy and paste all your references straight into your report. Simple.
Основная информация о расширении
Название | Autocitr |
ID | kgbcdeonpgopaokngeobbidilkbdedoc |
Официальный URL | https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc |
Описание | An automated Harvard Reference generator for Google Chrome tabs. |
Размер файла | 46.45 KB |
Количество установок | 487 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-05-14 |
Дата публикации | 2014-05-14 |
Рейтинг | 4.00/5 Всего 3 оценок |
Разработчик | Sophie Kent |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autocitr", "version": "1.0", "description": "An automated Harvard Reference generator for Google Chrome tabs.", "browser_action": { "default_icon": "icon2.png", "default_title": "Autocitr v0.1", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "jquery.min.js", "jquery.cookie.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |