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.”。
擴展截圖
下載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 |
ID | ekdikahbgfofidpjnldofcelffahiefl |
官方網址 | 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" } |