RecordSeek
Convert any website into a source citation, with virtually no effort.
RecordSeekคืออะไร?
RecordSeek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recordseek.com และคุณลักษณะหลักของมันคือ "Convert any website into a source citation, with virtually no effort."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RecordSeek
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |