RecordSeek

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

Qu'est-ce que RecordSeek ?

RecordSeek est une extension Chrome développée par https://recordseek.com, et sa fonction principale est "Convert any website into a source citation, with virtually no effort.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RecordSeek

Téléchargez les fichiers d'extension RecordSeek au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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?                    

Informations de Base sur l'Extension

Nom RecordSeek RecordSeek
ID ekdikahbgfofidpjnldofcelffahiefl
URL Officiel https://chromewebstore.google.com/detail/recordseek/ekdikahbgfofidpjnldofcelffahiefl
Description Convert any website into a source citation, with virtually no effort.
Taille du Fichier 156 KB
Nombre d'Installations 10,000
Version Actuelle 2.5.3
Dernière Mise à Jour 2018-02-25
Date de Publication 2018-02-25
Évaluation 4.00/5 Total 23 Évaluations
Développeur https://recordseek.com
Type de Paiement free
Site Web de l'Extension http://recordseek.com/
URL de la Page d'Aide https://recordseek.com/contact/
Langues Prises en Charge 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"
}