RecordSeek

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

Hvad er RecordSeek?

RecordSeek er en Chrome-udvidelse udviklet af https://recordseek.com, og dens hovedfunktion er "Convert any website into a source citation, with virtually no effort.".

Udvidelsesskærmbilleder

screenshot

Download RecordSeek-udvidelses-CRX-fil

Download RecordSeek-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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?                    

Grundlæggende oplysninger om udvidelsen

Navn RecordSeek RecordSeek
ID ekdikahbgfofidpjnldofcelffahiefl
Officiel URL https://chromewebstore.google.com/detail/recordseek/ekdikahbgfofidpjnldofcelffahiefl
Beskrivelse Convert any website into a source citation, with virtually no effort.
Filstørrelse 156 KB
Antal Installationer 10,000
Nuværende Version 2.5.3
Senest Opdateret 2018-02-25
Udgivelsesdato 2018-02-25
Bedømmelse 4.00/5 Samlet 23 Bedømmelser
Udvikler https://recordseek.com
Betalingsmetode free
Udvidelseswebsted http://recordseek.com/
Hjælpeside-URL https://recordseek.com/contact/
Understøttede Sprog 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"
}