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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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? معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | 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"
} | |