quick cite
making quick citation
quick cite란 무엇입니까?
quick cite은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "making quick citation"입니다.
확장 프로그램 스크린샷
quick cite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CURRENTLY THIS EXTENSION WORKS FOR SOME NEWS WEBSITE WE ARE PLANNING FOR FUTHER UPDATE The chrome extension 1 click 1 cite is meant to be a quick and easy solution for anyone to cite their sources. The whole idea behind 1 click 1 cite is quite obvious. It’s in the name, it takes away the hassle of having to open other windows, go to other websites, and the general pain that comes from citing sources for a bibliography. The advantage of using the extension is pure simplicity. This is achieved by simply clicking the extension, and the extension popup appearing with the citation formatted, copied, and ready for the user. The interface reflects one style, simplicity. The whole selling point of the extension is that it is as minimal clicks as possible. This is a hot trend in the software industry, as the easier it is for users to complete their task, the more likely they will use that program. This minimality is quite evident, as there is literally one button to click for the program to work, and one switch where the user can choose the citation type.
확장 프로그램 기본 정보
이름 | quick cite |
ID | iagkfbcmjgeodpjjhafegmjnedpaandi |
공식 URL | https://chromewebstore.google.com/detail/quick-cite/iagkfbcmjgeodpjjhafegmjnedpaandi |
설명 | making quick citation |
파일 크기 | 30.2 KB |
설치 횟수 | 1,163 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-12-13 |
출시 날짜 | 2017-12-12 |
평점 | 2.83/5 총 6 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "quick cite", "description": "making quick citation", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icons\/download.png.png", "default_popup": "popup.html" }, "background": { "scripts": [ "event.js" ] }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "128": "icons\/download.png.png", "48": "icons\/download.png.png", "16": "icons\/download.png.png" } } |