Spot: Better Find in Page
Helps to find information inside a page
ما هو Spot: Better Find in Page؟
Spot: Better Find in Page هو إضافة Chrome تم تطويرها بواسطة Aftersearch، والميزة الرئيسية لها هي "Helps to find information inside a page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spot: Better Find in Page
قم بتنزيل ملفات الامتداد Spot: Better Find in Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Spot finds information inside a page that you were searching for in Google. No need to read through a long page to find a small piece of information. Instead, click the Spot icon to see the list of sentences relevant to your Google query.
Spot also serves as a much better alternative for a built-in Find function with the following features
Features:
-- [NEW] uses the last Google query as the default
-- finds relevant sentences
-- works well with long queries
-- provides autocomplete
-- aware of word forms, "testing" = "test" = "tests"
-- supports mouse and keyboard controls
-- privacy, everything is processed on a client
-- Material Design
Enjoy! معلومات أساسية عن التمديد
| الاسم | |
| ID | bbpdiffmmobnnngmfigpgddgjpgjgbol |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/spot-better-find-in-page/bbpdiffmmobnnngmfigpgddgjpgjgbol |
| الوصف | Helps to find information inside a page |
| حجم الملف | 146 KB |
| عدد التثبيتات | 527 |
| النسخة الحالية | 0.8.7.4 |
| آخر تحديث | 2014-09-07 |
| تاريخ النشر | 2014-09-07 |
| تقييم | 2.77/5 مجموع تقييمات 13 |
| المطور | Aftersearch |
| نوع الدفع | free |
| موقع الإضافة | http://www.aftersearch.net |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Spot: Better Find in Page",
"description": "Helps to find information inside a page",
"version": "0.8.7.4",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
"bg.min.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"libs\/lodash.min.js",
"libs\/jquery.min.js",
"libs\/jquery-scrollto.js",
"libs\/nlp.min.js",
"libs\/mutation-summary.js",
"content.min.js"
]
}
],
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_popup": "popup\/popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"windows": "Ctrl+Shift+A",
"mac": "Command+Shift+A",
"chromeos": "Ctrl+Shift+A",
"linux": "Ctrl+Shift+A"
}
}
},
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |