RecordSeek
Convert any website into a source citation, with virtually no effort.
RecordSeek là gì?
RecordSeek là một tiện ích mở rộng Chrome được phát triển bởi https://recordseek.com, và tính năng chính của nó là "Convert any website into a source citation, with virtually no effort.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RecordSeek
Tải xuống các tệp mở rộng RecordSeek dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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?
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RecordSeek |
ID | ekdikahbgfofidpjnldofcelffahiefl |
URL Chính Thức | https://chromewebstore.google.com/detail/recordseek/ekdikahbgfofidpjnldofcelffahiefl |
Mô tả | Convert any website into a source citation, with virtually no effort. |
Kích Thước Tệp | 156 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 2.5.3 |
Cập Nhật Lần Cuối | 2018-02-25 |
Ngày Phát Hành | 2018-02-25 |
Đánh Giá | 4.00/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | https://recordseek.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://recordseek.com/ |
URL Trang Trợ Giúp | https://recordseek.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |