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ファイルをダウンロード

RecordSeek拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}