RecordSeek

Convert any website into a source citation, with virtually no effort.

RecordSeek란 무엇입니까?

RecordSeek은(는) https://recordseek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert any website into a source citation, with virtually no effort."입니다.

확장 프로그램 스크린샷

screenshot

RecordSeek 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Record a website as a source, with virtually no effort.

RecordSeek makes it effortless to record your source citations from the web. 

Did we mention it's free?                    

확장 프로그램 기본 정보

이름 RecordSeek RecordSeek
ID ekdikahbgfofidpjnldofcelffahiefl
공식 URL https://chromewebstore.google.com/detail/recordseek/ekdikahbgfofidpjnldofcelffahiefl
설명 Convert any website into a source citation, with virtually no effort.
파일 크기 156 KB
설치 횟수 10,000
현재 버전 2.5.3
최근 업데이트 2018-02-25
출시 날짜 2018-02-25
평점 4.00/5 총 23 개의 평점
개발자 https://recordseek.com
결제 유형 free
확장 프로그램 웹 사이트 http://recordseek.com/
도움말 페이지 URL https://recordseek.com/contact/
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Dovy Paukstys",
    "version": "2.5.3",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "__MSG_menuAction__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "js\/browser.js",
                "lib\/genscrape.min.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/*.*"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9gqz7cmIIA97wiWsRN\/GDQioAYij6uWTkdlOoduh\/P\/spO0kXnw\/nH4pXvH2gjy77ewrMU+xO3YvFkW+XrRaQs6UeDQMaKq\/ndlAMSeOU0rlHKB\/z7WM8E36IkbsWrpu1bszpU6+jeHkdzctaMj9PFm+qq+1iTmJTwFF05SAISQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}